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

📋 copy color: '#0AC8C4'

red 10 ◦ green 200 ◦ blue 196

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

Shades of Robin's Egg Blue #0AC8C4

Tints of Robin's Egg Blue #0AC8C4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.26%

 BLUE value IS 196 (76.95% from 255) = 48.28%

R = 2.46%
G = 49.26%
B = 48.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#0AC8C4 (or 0x0AC8C4) is known color: Robin's Egg Blue. HEX triplet: 0A, C8 and C4. RGB value is (10,200,196). Sum of RGB (Red+Green+Blue) = 10+200+196=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC8C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC8C4 is #F5373B. Grayscale: #8E8E8E. Windows color (decimal): -16070460 or 12896266. OLE color: 12896266.

HSL color Cylindrical-coordinate representation of color #0AC8C4: hue angle of 178.74º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC8C4 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 10 200 196 -
CMYK 0.95 0 0.02 0.22
HSL 178.74º 0.9% 0.41% -
HSV(B) 178.74º 0.95% 0.78% -
XYZ 30.74 45.36 59.36 -
YUV 142.73 158.05 33.33 -
System Red Green Blue C M Y K H S L
Decimal 10 200 196 0.95 0 0.02 0.22 178.74 0.9 0.41
Hex A C8 C4 5F 0 2 16 B3 5A 29
Octal 12 310 304 137 0 2 26 263 132 51
Binary 1010 11001000 11000100 1011111 0 10 10110 10110011 1011010 101001

Color Harmonies of #0AC8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC8C4

Black with #0AC8C4

Text Example


Text Example

White with #0AC8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,200,196); }

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

background-color css

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

 a { background-color: rgb(10,200,196); }

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

border-color css

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

 span { border-color: rgb(10,200,196); }

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