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

📋 copy color: '#0ADABC'

red 10 ◦ green 218 ◦ blue 188

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

Shades of Robin's Egg Blue #0ADABC

Tints of Robin's Egg Blue #0ADABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.4%

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 2.4%
G = 52.4%
B = 45.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#0ADABC (or 0x0ADABC) is known color: Robin's Egg Blue. HEX triplet: 0A, DA and BC. RGB value is (10,218,188). Sum of RGB (Red+Green+Blue) = 10+218+188=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADABC is #F52543. Grayscale: #989898. Windows color (decimal): -16065860 or 12376586. OLE color: 12376586.

HSL color Cylindrical-coordinate representation of color #0ADABC: hue angle of 171.35º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADABC is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 218 188 -
CMYK 0.95 0 0.14 0.15
HSL 171.35º 0.91% 0.45% -
HSV(B) 171.35º 0.95% 0.85% -
XYZ 34.27 53.84 56.16 -
YUV 152.39 148.09 26.44 -
System Red Green Blue C M Y K H S L
Decimal 10 218 188 0.95 0 0.14 0.15 171.35 0.91 0.45
Hex A DA BC 5F 0 E F AB 5B 2D
Octal 12 332 274 137 0 16 17 253 133 55
Binary 1010 11011010 10111100 1011111 0 1110 1111 10101011 1011011 101101

Color Harmonies of #0ADABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADABC

Black with #0ADABC

Text Example


Text Example

White with #0ADABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,218,188); }

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

background-color css

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

 a { background-color: rgb(10,218,188); }

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

border-color css

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

 span { border-color: rgb(10,218,188); }

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