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

📋 copy color: '#0ACEC0'

red 10 ◦ green 206 ◦ blue 192

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

Shades of Robin's Egg Blue #0ACEC0

Tints of Robin's Egg Blue #0ACEC0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.49%

 BLUE value IS 192 (75.39% from 255) = 47.06%

R = 2.45%
G = 50.49%
B = 47.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#0ACEC0 (or 0x0ACEC0) is known color: Robin's Egg Blue. HEX triplet: 0A, CE and C0. RGB value is (10,206,192). Sum of RGB (Red+Green+Blue) = 10+206+192=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACEC0 is #F5313F. Grayscale: #919191. Windows color (decimal): -16068928 or 12635658. OLE color: 12635658.

HSL color Cylindrical-coordinate representation of color #0ACEC0: hue angle of 175.71º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACEC0 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 206 192 -
CMYK 0.95 0 0.07 0.19
HSL 175.71º 0.91% 0.42% -
HSV(B) 175.71º 0.95% 0.81% -
XYZ 31.71 48.01 57.47 -
YUV 145.8 154.07 31.14 -
System Red Green Blue C M Y K H S L
Decimal 10 206 192 0.95 0 0.07 0.19 175.71 0.91 0.42
Hex A CE C0 5F 0 7 13 B0 5B 2A
Octal 12 316 300 137 0 7 23 260 133 52
Binary 1010 11001110 11000000 1011111 0 111 10011 10110000 1011011 101010

Color Harmonies of #0ACEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEC0

Black with #0ACEC0

Text Example


Text Example

White with #0ACEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,206,192); }

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

background-color css

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

 a { background-color: rgb(10,206,192); }

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

border-color css

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

 span { border-color: rgb(10,206,192); }

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