#0AC2BD

Color #0AC2BD Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0AC2BD

Tints of Robin's Egg Blue #0AC2BD

Color information

#0AC2BD (or 0x0AC2BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, C2 and BD. RGB value is (10,194,189). Sum of RGB (Red+Green+Blue) = 10+194+189=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC2BD is #F53D42. Grayscale: #8A8A8A. Windows color (decimal): -16072003 or 12435978. OLE color: 12435978.

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

Color convert

RGB10194189-
CMYK0.9500.030.24
HSL178.37º90.2%40%-
HSV(B)178.37º94.85%76.08%-
XYZ28.642.3254.81-
YUV138.41156.5436.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.54%
GREEN value IS 194 (76.17% from 255) = 49.36%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=2.54%
G=49.36%
B=48.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101941890.9500.030.24178.3790.240
HexAC2BD5F0318b25a28
Octal12302275137033026213250
Binary10101100001010111101101111101111000101100101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AC2BD;
 }
 .AnyTagClassName
 {
   color: #0AC2BD;
 }
</style>
background-color css

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

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

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

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

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

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