Html Css Color HEX #00CCC6 Robin's Egg Blue

📋 copy color: '#00CCC6'

red 0 ◦ green 204 ◦ blue 198

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

Shades of Robin's Egg Blue #00CCC6

Tints of Robin's Egg Blue #00CCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.25%

R = 0%
G = 50.75%
B = 49.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#00CCC6 (or 0x00CCC6) is known color: Robin's Egg Blue. HEX triplet: 00, CC and C6. RGB value is (0,204,198). Sum of RGB (Red+Green+Blue) = 0+204+198=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #00CCC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCC6 is #FF3339. Grayscale: #8E8E8E. Windows color (decimal): -16724794 or 13028352. OLE color: 13028352.

HSL color Cylindrical-coordinate representation of color #00CCC6: hue angle of 178.24º 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 #00CCC6 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 204 198 -
CMYK 1 0 0.03 0.2
HSL 178.24º 1% 0.4% -
HSV(B) 178.24º 1% 0.8% -
XYZ 31.79 47.26 60.87 -
YUV 142.32 159.41 26.49 -
System Red Green Blue C M Y K H S L
Decimal 0 204 198 1 0 0.03 0.2 178.24 1 0.4
Hex 0 CC C6 64 0 3 14 B2 64 28
Octal 0 314 306 144 0 3 24 262 144 50
Binary 0 11001100 11000110 1100100 0 11 10100 10110010 1100100 101000

Color Harmonies of #00CCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CCC6

Black with #00CCC6

Text Example


Text Example

White with #00CCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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