Html Css Color HEX #0ECAA6 Caribbean Green

📋 copy color: '#0ECAA6'

red 14 ◦ green 202 ◦ blue 166

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

Shades of Caribbean Green #0ECAA6

Tints of Caribbean Green #0ECAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 3.66%
G = 52.88%
B = 43.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#0ECAA6 (or 0x0ECAA6) is known color: Caribbean Green. HEX triplet: 0E, CA and A6. RGB value is (14,202,166). Sum of RGB (Red+Green+Blue) = 14+202+166=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECAA6 is #F13559. Grayscale: #8D8D8D. Windows color (decimal): -15807834 or 10930702. OLE color: 10930702.

HSL color Cylindrical-coordinate representation of color #0ECAA6: hue angle of 168.51º 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 #0ECAA6 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 202 166 -
CMYK 0.93 0 0.18 0.21
HSL 168.51º 0.87% 0.42% -
HSV(B) 168.51º 0.93% 0.79% -
XYZ 28.18 45.09 43.29 -
YUV 141.68 141.72 36.93 -
System Red Green Blue C M Y K H S L
Decimal 14 202 166 0.93 0 0.18 0.21 168.51 0.87 0.42
Hex E CA A6 5D 0 12 15 A9 57 2A
Octal 16 312 246 135 0 22 25 251 127 52
Binary 1110 11001010 10100110 1011101 0 10010 10101 10101001 1010111 101010

Color Harmonies of #0ECAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECAA6

Black with #0ECAA6

Text Example


Text Example

White with #0ECAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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