Html Css Color HEX #0AD2C5 Robin's Egg Blue

📋 copy color: '#0AD2C5'

red 10 ◦ green 210 ◦ blue 197

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

Shades of Robin's Egg Blue #0AD2C5

Tints of Robin's Egg Blue #0AD2C5

RGB

 RED value IS 10 (4.3% from 255) = 2.4%

 GREEN value IS 210 (82.42% from 255) = 50.36%

 BLUE value IS 197 (77.34% from 255) = 47.24%

R = 2.4%
G = 50.36%
B = 47.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#0AD2C5 (or 0x0AD2C5) is known color: Robin's Egg Blue. HEX triplet: 0A, D2 and C5. RGB value is (10,210,197). Sum of RGB (Red+Green+Blue) = 10+210+197=417 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD2C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD2C5 is #F52D3A. Grayscale: #949494. Windows color (decimal): -16067899 or 12964362. OLE color: 12964362.

HSL color Cylindrical-coordinate representation of color #0AD2C5: hue angle of 176.1º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD2C5 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 210 197 -
CMYK 0.95 0 0.06 0.18
HSL 176.1º 0.91% 0.43% -
HSV(B) 176.1º 0.95% 0.82% -
XYZ 33.25 50.19 60.76 -
YUV 148.72 155.24 29.06 -
System Red Green Blue C M Y K H S L
Decimal 10 210 197 0.95 0 0.06 0.18 176.1 0.91 0.43
Hex A D2 C5 5F 0 6 12 B0 5B 2B
Octal 12 322 305 137 0 6 22 260 133 53
Binary 1010 11010010 11000101 1011111 0 110 10010 10110000 1011011 101011

Color Harmonies of #0AD2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD2C5

Black with #0AD2C5

Text Example


Text Example

White with #0AD2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AD2C5; }

 p { color: rgb(10,210,197); }

 H1.HeaderClassName
 {
   color: #0AD2C5;
 }
 .AnyTagClassName
 {
   color: #0AD2C5;
 }
</style>

background-color css

<style>
 a { background-color: #0AD2C5; }

 a { background-color: rgb(10,210,197); }

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

border-color css

<style>
 span { border-color: #0AD2C5; }

 span { border-color: rgb(10,210,197); }

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