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

📋 copy color: '#0ACCBA'

red 10 ◦ green 204 ◦ blue 186

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

Shades of Robin's Egg Blue #0ACCBA

Tints of Robin's Egg Blue #0ACCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51%

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 2.5%
G = 51%
B = 46.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#0ACCBA (or 0x0ACCBA) is known color: Robin's Egg Blue. HEX triplet: 0A, CC and BA. RGB value is (10,204,186). Sum of RGB (Red+Green+Blue) = 10+204+186=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCBA is #F53345. Grayscale: #8F8F8F. Windows color (decimal): -16069446 or 12241930. OLE color: 12241930.

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

Color convert

RGB 10 204 186 -
CMYK 0.95 0 0.09 0.2
HSL 174.43º 0.91% 0.42% -
HSV(B) 174.43º 0.95% 0.8% -
XYZ 30.58 46.8 53.88 -
YUV 143.94 151.73 32.46 -
System Red Green Blue C M Y K H S L
Decimal 10 204 186 0.95 0 0.09 0.2 174.43 0.91 0.42
Hex A CC BA 5F 0 9 14 AE 5B 2A
Octal 12 314 272 137 0 11 24 256 133 52
Binary 1010 11001100 10111010 1011111 0 1001 10100 10101110 1011011 101010

Color Harmonies of #0ACCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCBA

Black with #0ACCBA

Text Example


Text Example

White with #0ACCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,186); }

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

background-color css

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

 a { background-color: rgb(10,204,186); }

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

border-color css

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

 span { border-color: rgb(10,204,186); }

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