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

📋 copy color: '#0ACCB4'

red 10 ◦ green 204 ◦ blue 180

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

Shades of Robin's Egg Blue #0ACCB4

Tints of Robin's Egg Blue #0ACCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.69%

R = 2.54%
G = 51.78%
B = 45.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#0ACCB4 (or 0x0ACCB4) is known color: Robin's Egg Blue. HEX triplet: 0A, CC and B4. RGB value is (10,204,180). Sum of RGB (Red+Green+Blue) = 10+204+180=394 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCB4 is #F5334B. Grayscale: #8F8F8F. Windows color (decimal): -16069452 or 11848714. OLE color: 11848714.

HSL color Cylindrical-coordinate representation of color #0ACCB4: hue angle of 172.58º 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 #0ACCB4 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 10 204 180 -
CMYK 0.95 0 0.12 0.2
HSL 172.58º 0.91% 0.42% -
HSV(B) 172.58º 0.95% 0.8% -
XYZ 29.96 46.55 50.59 -
YUV 143.26 148.73 32.95 -
System Red Green Blue C M Y K H S L
Decimal 10 204 180 0.95 0 0.12 0.2 172.58 0.91 0.42
Hex A CC B4 5F 0 C 14 AD 5B 2A
Octal 12 314 264 137 0 14 24 255 133 52
Binary 1010 11001100 10110100 1011111 0 1100 10100 10101101 1011011 101010

Color Harmonies of #0ACCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCB4

Black with #0ACCB4

Text Example


Text Example

White with #0ACCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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