Html Css Color HEX #0ACB9F Caribbean Green

📋 copy color: '#0ACB9F'

red 10 ◦ green 203 ◦ blue 159

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

Shades of Caribbean Green #0ACB9F

Tints of Caribbean Green #0ACB9F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.57%

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 2.69%
G = 54.57%
B = 42.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#0ACB9F (or 0x0ACB9F) is known color: Caribbean Green. HEX triplet: 0A, CB and 9F. RGB value is (10,203,159). Sum of RGB (Red+Green+Blue) = 10+203+159=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACB9F is #F53460. Grayscale: #8C8C8C. Windows color (decimal): -16069729 or 10472202. OLE color: 10472202.

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

Color convert

RGB 10 203 159 -
CMYK 0.95 0 0.22 0.20
HSL 166.32º 0.91% 0.42% -
HSV(B) 166.32º 0.95% 0.8% -
XYZ 27.74 45.28 40.08 -
YUV 140.28 138.56 35.08 -
System Red Green Blue C M Y K H S L
Decimal 10 203 159 0.95 0 0.22 0.20 166.32 0.91 0.42
Hex A CB 9F 5F 0 16 14 A6 5B 2A
Octal 12 313 237 137 0 26 24 246 133 52
Binary 1010 11001011 10011111 1011111 0 10110 10100 10100110 1011011 101010

Color Harmonies of #0ACB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACB9F

Black with #0ACB9F

Text Example


Text Example

White with #0ACB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,203,159); }

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

background-color css

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

 a { background-color: rgb(10,203,159); }

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

border-color css

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

 span { border-color: rgb(10,203,159); }

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