Html Css Color HEX #0ACCB1 Caribbean Green

📋 copy color: '#0ACCB1'

red 10 ◦ green 204 ◦ blue 177

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

Shades of Caribbean Green #0ACCB1

Tints of Caribbean Green #0ACCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.27%

R = 2.56%
G = 52.17%
B = 45.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#0ACCB1 (or 0x0ACCB1) is known color: Caribbean Green. HEX triplet: 0A, CC and B1. RGB value is (10,204,177). Sum of RGB (Red+Green+Blue) = 10+204+177=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACCB1 is #F5334E. Grayscale: #8E8E8E. Windows color (decimal): -16069455 or 11652106. OLE color: 11652106.

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

Color convert

RGB 10 204 177 -
CMYK 0.95 0 0.13 0.2
HSL 171.65º 0.91% 0.42% -
HSV(B) 171.65º 0.95% 0.8% -
XYZ 29.65 46.42 48.99 -
YUV 142.92 147.23 33.2 -
System Red Green Blue C M Y K H S L
Decimal 10 204 177 0.95 0 0.13 0.2 171.65 0.91 0.42
Hex A CC B1 5F 0 D 14 AC 5B 2A
Octal 12 314 261 137 0 15 24 254 133 52
Binary 1010 11001100 10110001 1011111 0 1101 10100 10101100 1011011 101010

Color Harmonies of #0ACCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCB1

Black with #0ACCB1

Text Example


Text Example

White with #0ACCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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