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

📋 copy color: '#00CEBA'

red 0 ◦ green 206 ◦ blue 186

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

Shades of Robin's Egg Blue #00CEBA

Tints of Robin's Egg Blue #00CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 0%
G = 52.55%
B = 47.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#00CEBA (or 0x00CEBA) is known color: Robin's Egg Blue. HEX triplet: 00, CE and BA. RGB value is (0,206,186). Sum of RGB (Red+Green+Blue) = 0+206+186=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #00CEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CEBA is #FF3145. Grayscale: #8E8E8E. Windows color (decimal): -16724294 or 12242432. OLE color: 12242432.

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

Color convert

RGB 0 206 186 -
CMYK 1 0 0.10 0.19
HSL 174.17º 1% 0.4% -
HSV(B) 174.17º 1% 0.81% -
XYZ 30.93 47.69 54.03 -
YUV 142.13 152.75 26.63 -
System Red Green Blue C M Y K H S L
Decimal 0 206 186 1 0 0.10 0.19 174.17 1 0.4
Hex 0 CE BA 64 0 A 13 AE 64 28
Octal 0 316 272 144 0 12 23 256 144 50
Binary 0 11001110 10111010 1100100 0 1010 10011 10101110 1100100 101000

Color Harmonies of #00CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CEBA

Black with #00CEBA

Text Example


Text Example

White with #00CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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