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

📋 copy color: '#01C3B2'

red 1 ◦ green 195 ◦ blue 178

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

Shades of Robin's Egg Blue #01C3B2

Tints of Robin's Egg Blue #01C3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.14%

 BLUE value IS 178 (69.92% from 255) = 47.59%

R = 0.27%
G = 52.14%
B = 47.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#01C3B2 (or 0x01C3B2) is known color: Robin's Egg Blue. HEX triplet: 01, C3 and B2. RGB value is (1,195,178). Sum of RGB (Red+Green+Blue) = 1+195+178=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #01C3B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C3B2 is #FE3C4D. Grayscale: #868686. Windows color (decimal): -16661582 or 11715329. OLE color: 11715329.

HSL color Cylindrical-coordinate representation of color #01C3B2: hue angle of 174.74º 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 #01C3B2 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 195 178 -
CMYK 0.99 0 0.09 0.24
HSL 174.74º 0.99% 0.38% -
HSV(B) 174.74º 0.99% 0.76% -
XYZ 27.56 42.25 48.82 -
YUV 135.06 152.23 32.38 -
System Red Green Blue C M Y K H S L
Decimal 1 195 178 0.99 0 0.09 0.24 174.74 0.99 0.38
Hex 1 C3 B2 63 0 9 18 AF 63 26
Octal 1 303 262 143 0 11 30 257 143 46
Binary 1 11000011 10110010 1100011 0 1001 11000 10101111 1100011 100110

Color Harmonies of #01C3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C3B2

Black with #01C3B2

Text Example


Text Example

White with #01C3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,195,178); }

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

background-color css

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

 a { background-color: rgb(1,195,178); }

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

border-color css

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

 span { border-color: rgb(1,195,178); }

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