Html Css Color HEX #00CCAE Caribbean Green

📋 copy color: '#00CCAE'

red 0 ◦ green 204 ◦ blue 174

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

Shades of Caribbean Green #00CCAE

Tints of Caribbean Green #00CCAE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.97%

 BLUE value IS 174 (68.36% from 255) = 46.03%

R = 0%
G = 53.97%
B = 46.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#00CCAE (or 0x00CCAE) is known color: Caribbean Green. HEX triplet: 00, CC and AE. RGB value is (0,204,174). Sum of RGB (Red+Green+Blue) = 0+204+174=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #00CCAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CCAE is #FF3351. Grayscale: #8B8B8B. Windows color (decimal): -16724818 or 11455488. OLE color: 11455488.

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

Color convert

RGB 0 204 174 -
CMYK 1 0 0.15 0.2
HSL 171.18º 1% 0.4% -
HSV(B) 171.18º 1% 0.8% -
XYZ 29.23 46.24 47.43 -
YUV 139.58 147.41 28.44 -
System Red Green Blue C M Y K H S L
Decimal 0 204 174 1 0 0.15 0.2 171.18 1 0.4
Hex 0 CC AE 64 0 F 14 AB 64 28
Octal 0 314 256 144 0 17 24 253 144 50
Binary 0 11001100 10101110 1100100 0 1111 10100 10101011 1100100 101000

Color Harmonies of #00CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CCAE

Black with #00CCAE

Text Example


Text Example

White with #00CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,204,174); }

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

background-color css

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

 a { background-color: rgb(0,204,174); }

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

border-color css

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

 span { border-color: rgb(0,204,174); }

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