#00CCBA

Color #00CCBA Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #00CCBA

Tints of Robin's Egg Blue #00CCBA

Color information

#00CCBA (or 0x00CCBA) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, CC and BA. RGB value is (0,204,186). Sum of RGB (Red+Green+Blue) = 0+204+186=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #00CCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCBA is #FF3345. Grayscale: #8C8C8C. Windows color (decimal): -16724806 or 12241920. OLE color: 12241920.

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

Color convert

RGB0204186-
CMYK100.090.2
HSL174.71º100%40%-
HSV(B)174.71º100%80%-
XYZ30.4646.7353.87-
YUV140.95153.4127.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 204 (80.08% from 255) = 52.31%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=0%
G=52.31%
B=47.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal0204186100.090.2174.7110040
Hex0CCBA640914af6428
Octal03142721440112425714450
Binary0110011001011101011001000100110100101011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00CCBA;
 }
 .AnyTagClassName
 {
   color: #00CCBA;
 }
</style>
background-color css

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

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

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

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

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

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