Html Css Color HEX #0ACCAB Caribbean Green

📋 copy color: '#0ACCAB'

red 10 ◦ green 204 ◦ blue 171

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

Shades of Caribbean Green #0ACCAB

Tints of Caribbean Green #0ACCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 2.6%
G = 52.99%
B = 44.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#0ACCAB (or 0x0ACCAB) is known color: Caribbean Green. HEX triplet: 0A, CC and AB. RGB value is (10,204,171). Sum of RGB (Red+Green+Blue) = 10+204+171=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACCAB is #F53354. Grayscale: #8E8E8E. Windows color (decimal): -16069461 or 11258890. OLE color: 11258890.

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

Color convert

RGB 10 204 171 -
CMYK 0.95 0 0.16 0.2
HSL 169.79º 0.91% 0.42% -
HSV(B) 169.79º 0.95% 0.8% -
XYZ 29.07 46.19 45.91 -
YUV 142.23 144.23 33.68 -
System Red Green Blue C M Y K H S L
Decimal 10 204 171 0.95 0 0.16 0.2 169.79 0.91 0.42
Hex A CC AB 5F 0 10 14 AA 5B 2A
Octal 12 314 253 137 0 20 24 252 133 52
Binary 1010 11001100 10101011 1011111 0 10000 10100 10101010 1011011 101010

Color Harmonies of #0ACCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCAB

Black with #0ACCAB

Text Example


Text Example

White with #0ACCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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