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

📋 copy color: '#0AC4BD'

red 10 ◦ green 196 ◦ blue 189

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

Shades of Robin's Egg Blue #0AC4BD

Tints of Robin's Egg Blue #0AC4BD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.62%

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 2.53%
G = 49.62%
B = 47.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#0AC4BD (or 0x0AC4BD) is known color: Robin's Egg Blue. HEX triplet: 0A, C4 and BD. RGB value is (10,196,189). Sum of RGB (Red+Green+Blue) = 10+196+189=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC4BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC4BD is #F53B42. Grayscale: #8B8B8B. Windows color (decimal): -16071491 or 12436490. OLE color: 12436490.

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

Color convert

RGB 10 196 189 -
CMYK 0.95 0 0.04 0.23
HSL 177.74º 0.9% 0.4% -
HSV(B) 177.74º 0.95% 0.77% -
XYZ 29.05 43.22 54.96 -
YUV 139.59 155.88 35.57 -
System Red Green Blue C M Y K H S L
Decimal 10 196 189 0.95 0 0.04 0.23 177.74 0.9 0.4
Hex A C4 BD 5F 0 4 17 B2 5A 28
Octal 12 304 275 137 0 4 27 262 132 50
Binary 1010 11000100 10111101 1011111 0 100 10111 10110010 1011010 101000

Color Harmonies of #0AC4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC4BD

Black with #0AC4BD

Text Example


Text Example

White with #0AC4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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