Html Css Color HEX #0ECA90 Caribbean Green

📋 copy color: '#0ECA90'

red 14 ◦ green 202 ◦ blue 144

#0ECA90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0ECA90

Tints of Caribbean Green #0ECA90

RGB

 RED value IS 14 (5.86% from 255) = 3.89%

 GREEN value IS 202 (79.3% from 255) = 56.11%

 BLUE value IS 144 (56.64% from 255) = 40%

R = 3.89%
G = 56.11%
B = 40%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0ECA90 (or 0x0ECA90) is known color: Caribbean Green. HEX triplet: 0E, CA and 90. RGB value is (14,202,144). Sum of RGB (Red+Green+Blue) = 14+202+144=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA90 is #F1356F. Grayscale: #8B8B8B. Windows color (decimal): -15807856 or 9488910. OLE color: 9488910.

HSL color Cylindrical-coordinate representation of color #0ECA90: hue angle of 161.49º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA90 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 202 144 -
CMYK 0.93 0 0.29 0.21
HSL 161.49º 0.87% 0.42% -
HSV(B) 161.49º 0.93% 0.79% -
XYZ 26.34 44.35 33.56 -
YUV 139.18 130.72 38.72 -
System Red Green Blue C M Y K H S L
Decimal 14 202 144 0.93 0 0.29 0.21 161.49 0.87 0.42
Hex E CA 90 5D 0 1D 15 A1 57 2A
Octal 16 312 220 135 0 35 25 241 127 52
Binary 1110 11001010 10010000 1011101 0 11101 10101 10100001 1010111 101010

Color Harmonies of #0ECA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECA90

Black with #0ECA90

Text Example


Text Example

White with #0ECA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ECA90; }

 p { color: rgb(14,202,144); }

 H1.HeaderClassName
 {
   color: #0ECA90;
 }
 .AnyTagClassName
 {
   color: #0ECA90;
 }
</style>

background-color css

<style>
 a { background-color: #0ECA90; }

 a { background-color: rgb(14,202,144); }

 div.DivClassName
 {
   background-color: #0ECA90;
 }
 .BgClassName
 {
   background-color: #0ECA90;
 }
</style>

border-color css

<style>
 span { border-color: #0ECA90; }

 span { border-color: rgb(14,202,144); }

 td.TdClassName
 {
   border-color: #0ECA90;
 }
 .TagClassName
 {
   border-color: #0ECA90;
 }
</style>