#00CFBA

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

Shades of Robin's Egg Blue #00CFBA

Tints of Robin's Egg Blue #00CFBA

Color information

#00CFBA (or 0x00CFBA) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, CF and BA. RGB value is (0,207,186). Sum of RGB (Red+Green+Blue) = 0+207+186=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFBA is #FF3045. Grayscale: #8E8E8E. Windows color (decimal): -16724038 or 12242688. OLE color: 12242688.

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

Color convert

RGB0207186-
CMYK100.100.19
HSL173.91º100%40.59%-
HSV(B)173.91º100%81.18%-
XYZ31.1848.1754.11-
YUV142.71152.4226.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 207 (81.25% from 255) = 52.67%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=0%
G=52.67%
B=47.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal0207186100.100.19173.9110040.59
Hex0CFBA640A13ae6429
Octal03172721440122325614451
Binary0110011111011101011001000101010011101011101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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