Html Css Color HEX #05C5B5 Robin's Egg Blue

📋 copy color: '#05C5B5'

red 5 ◦ green 197 ◦ blue 181

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

Shades of Robin's Egg Blue #05C5B5

Tints of Robin's Egg Blue #05C5B5

RGB

 RED value IS 5 (2.34% from 255) = 1.31%

 GREEN value IS 197 (77.34% from 255) = 51.44%

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 1.31%
G = 51.44%
B = 47.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#05C5B5 (or 0x05C5B5) is known color: Robin's Egg Blue. HEX triplet: 05, C5 and B5. RGB value is (5,197,181). Sum of RGB (Red+Green+Blue) = 5+197+181=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #05C5B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C5B5 is #FA3A4A. Grayscale: #898989. Windows color (decimal): -16398923 or 11912453. OLE color: 11912453.

HSL color Cylindrical-coordinate representation of color #05C5B5: hue angle of 175º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C5B5 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 197 181 -
CMYK 0.97 0 0.08 0.23
HSL 175º 0.95% 0.4% -
HSV(B) 175º 0.97% 0.77% -
XYZ 28.37 43.3 50.58 -
YUV 137.77 152.39 33.3 -
System Red Green Blue C M Y K H S L
Decimal 5 197 181 0.97 0 0.08 0.23 175 0.95 0.4
Hex 5 C5 B5 61 0 8 17 AF 5F 28
Octal 5 305 265 141 0 10 27 257 137 50
Binary 101 11000101 10110101 1100001 0 1000 10111 10101111 1011111 101000

Color Harmonies of #05C5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C5B5

Black with #05C5B5

Text Example


Text Example

White with #05C5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05C5B5; }

 p { color: rgb(5,197,181); }

 H1.HeaderClassName
 {
   color: #05C5B5;
 }
 .AnyTagClassName
 {
   color: #05C5B5;
 }
</style>

background-color css

<style>
 a { background-color: #05C5B5; }

 a { background-color: rgb(5,197,181); }

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

border-color css

<style>
 span { border-color: #05C5B5; }

 span { border-color: rgb(5,197,181); }

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