Html Css Color HEX #00CEA1 Caribbean Green

📋 copy color: '#00CEA1'

red 0 ◦ green 206 ◦ blue 161

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

Shades of Caribbean Green #00CEA1

Tints of Caribbean Green #00CEA1

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 206 (80.86% from 255) = 56.13%

 BLUE value IS 161 (63.28% from 255) = 43.87%

R = 0%
G = 56.13%
B = 43.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#00CEA1 (or 0x00CEA1) is known color: Caribbean Green. HEX triplet: 00, CE and A1. RGB value is (0,206,161). Sum of RGB (Red+Green+Blue) = 0+206+161=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #00CEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CEA1 is #FF315E. Grayscale: #8B8B8B. Windows color (decimal): -16724319 or 10604032. OLE color: 10604032.

HSL color Cylindrical-coordinate representation of color #00CEA1: hue angle of 166.89º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEA1 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 206 161 -
CMYK 1 0 0.22 0.19
HSL 166.89º 1% 0.4% -
HSV(B) 166.89º 1% 0.81% -
XYZ 28.5 46.72 41.23 -
YUV 139.28 140.25 28.66 -
System Red Green Blue C M Y K H S L
Decimal 0 206 161 1 0 0.22 0.19 166.89 1 0.4
Hex 0 CE A1 64 0 16 13 A7 64 28
Octal 0 316 241 144 0 26 23 247 144 50
Binary 0 11001110 10100001 1100100 0 10110 10011 10100111 1100100 101000

Color Harmonies of #00CEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CEA1

Black with #00CEA1

Text Example


Text Example

White with #00CEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CEA1; }

 p { color: rgb(0,206,161); }

 H1.HeaderClassName
 {
   color: #00CEA1;
 }
 .AnyTagClassName
 {
   color: #00CEA1;
 }
</style>

background-color css

<style>
 a { background-color: #00CEA1; }

 a { background-color: rgb(0,206,161); }

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

border-color css

<style>
 span { border-color: #00CEA1; }

 span { border-color: rgb(0,206,161); }

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