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

📋 copy color: '#01C2BE'

red 1 ◦ green 194 ◦ blue 190

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

Shades of Robin's Egg Blue #01C2BE

Tints of Robin's Egg Blue #01C2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.39%

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 0.26%
G = 50.39%
B = 49.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#01C2BE (or 0x01C2BE) is known color: Robin's Egg Blue. HEX triplet: 01, C2 and BE. RGB value is (1,194,190). Sum of RGB (Red+Green+Blue) = 1+194+190=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #01C2BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C2BE is #FE3D41. Grayscale: #878787. Windows color (decimal): -16661826 or 12501505. OLE color: 12501505.

HSL color Cylindrical-coordinate representation of color #01C2BE: hue angle of 178.76º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C2BE is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 194 190 -
CMYK 0.99 0 0.02 0.24
HSL 178.76º 0.99% 0.38% -
HSV(B) 178.76º 0.99% 0.76% -
XYZ 28.6 42.31 55.37 -
YUV 135.84 158.56 31.83 -
System Red Green Blue C M Y K H S L
Decimal 1 194 190 0.99 0 0.02 0.24 178.76 0.99 0.38
Hex 1 C2 BE 63 0 2 18 B3 63 26
Octal 1 302 276 143 0 2 30 263 143 46
Binary 1 11000010 10111110 1100011 0 10 11000 10110011 1100011 100110

Color Harmonies of #01C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C2BE

Black with #01C2BE

Text Example


Text Example

White with #01C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,194,190); }

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

background-color css

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

 a { background-color: rgb(1,194,190); }

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

border-color css

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

 span { border-color: rgb(1,194,190); }

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