Html Css Color HEX #0ECFA4 Caribbean Green

📋 copy color: '#0ECFA4'

red 14 ◦ green 207 ◦ blue 164

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

Shades of Caribbean Green #0ECFA4

Tints of Caribbean Green #0ECFA4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.77%

 BLUE value IS 164 (64.45% from 255) = 42.6%

R = 3.64%
G = 53.77%
B = 42.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#0ECFA4 (or 0x0ECFA4) is known color: Caribbean Green. HEX triplet: 0E, CF and A4. RGB value is (14,207,164). Sum of RGB (Red+Green+Blue) = 14+207+164=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECFA4 is #F1305B. Grayscale: #909090. Windows color (decimal): -15806556 or 10800910. OLE color: 10800910.

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

Color convert

RGB 14 207 164 -
CMYK 0.93 0 0.21 0.19
HSL 166.63º 0.87% 0.43% -
HSV(B) 166.63º 0.93% 0.81% -
XYZ 29.19 47.4 42.73 -
YUV 144.39 139.06 35 -
System Red Green Blue C M Y K H S L
Decimal 14 207 164 0.93 0 0.21 0.19 166.63 0.87 0.43
Hex E CF A4 5D 0 15 13 A7 57 2B
Octal 16 317 244 135 0 25 23 247 127 53
Binary 1110 11001111 10100100 1011101 0 10101 10011 10100111 1010111 101011

Color Harmonies of #0ECFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECFA4

Black with #0ECFA4

Text Example


Text Example

White with #0ECFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,207,164); }

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

background-color css

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

 a { background-color: rgb(14,207,164); }

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

border-color css

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

 span { border-color: rgb(14,207,164); }

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