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

📋 copy color: '#01C4BA'

red 1 ◦ green 196 ◦ blue 186

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

Shades of Robin's Egg Blue #01C4BA

Tints of Robin's Egg Blue #01C4BA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.17%

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

R = 0.26%
G = 51.17%
B = 48.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#01C4BA (or 0x01C4BA) is known color: Robin's Egg Blue. HEX triplet: 01, C4 and BA. RGB value is (1,196,186). Sum of RGB (Red+Green+Blue) = 1+196+186=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #01C4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C4BA is #FE3B45. Grayscale: #888888. Windows color (decimal): -16661318 or 12239873. OLE color: 12239873.

HSL color Cylindrical-coordinate representation of color #01C4BA: hue angle of 176.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C4BA is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 196 186 -
CMYK 0.99 0 0.05 0.23
HSL 176.92º 0.99% 0.39% -
HSV(B) 176.92º 0.99% 0.77% -
XYZ 28.62 43.03 53.25 -
YUV 136.56 155.9 31.31 -
System Red Green Blue C M Y K H S L
Decimal 1 196 186 0.99 0 0.05 0.23 176.92 0.99 0.39
Hex 1 C4 BA 63 0 5 17 B1 63 27
Octal 1 304 272 143 0 5 27 261 143 47
Binary 1 11000100 10111010 1100011 0 101 10111 10110001 1100011 100111

Color Harmonies of #01C4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C4BA

Black with #01C4BA

Text Example


Text Example

White with #01C4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,196,186); }

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

background-color css

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

 a { background-color: rgb(1,196,186); }

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

border-color css

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

 span { border-color: rgb(1,196,186); }

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