Html Css Color HEX #01CEB4 Robin's Egg Blue

📋 copy color: '#01CEB4'

red 1 ◦ green 206 ◦ blue 180

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

Shades of Robin's Egg Blue #01CEB4

Tints of Robin's Egg Blue #01CEB4

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

 BLUE value IS 180 (70.7% from 255) = 46.51%

R = 0.26%
G = 53.23%
B = 46.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#01CEB4 (or 0x01CEB4) is known color: Robin's Egg Blue. HEX triplet: 01, CE and B4. RGB value is (1,206,180). Sum of RGB (Red+Green+Blue) = 1+206+180=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #01CEB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CEB4 is #FE314B. Grayscale: #8D8D8D. Windows color (decimal): -16658764 or 11849217. OLE color: 11849217.

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

Color convert

RGB 1 206 180 -
CMYK 1.00 0 0.13 0.19
HSL 172.39º 0.99% 0.41% -
HSV(B) 172.39º 1% 0.81% -
XYZ 30.32 47.44 50.74 -
YUV 141.74 149.58 27.61 -
System Red Green Blue C M Y K H S L
Decimal 1 206 180 1.00 0 0.13 0.19 172.39 0.99 0.41
Hex 1 CE B4 64 0 D 13 AC 63 29
Octal 1 316 264 144 0 15 23 254 143 51
Binary 1 11001110 10110100 1100100 0 1101 10011 10101100 1100011 101001

Color Harmonies of #01CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CEB4

Black with #01CEB4

Text Example


Text Example

White with #01CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CEB4; }

 p { color: rgb(1,206,180); }

 H1.HeaderClassName
 {
   color: #01CEB4;
 }
 .AnyTagClassName
 {
   color: #01CEB4;
 }
</style>

background-color css

<style>
 a { background-color: #01CEB4; }

 a { background-color: rgb(1,206,180); }

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

border-color css

<style>
 span { border-color: #01CEB4; }

 span { border-color: rgb(1,206,180); }

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