#0ABC9C

Color #0ABC9C Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0ABC9C

Tints of Caribbean Green #0ABC9C

Color information

#0ABC9C (or 0x0ABC9C) is unknown color: approx Caribbean Green. HEX triplet: 0A, BC and 9C. RGB value is (10,188,156). Sum of RGB (Red+Green+Blue) = 10+188+156=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC9C is #F54363. Grayscale: #838383. Windows color (decimal): -16073572 or 10271754. OLE color: 10271754.

HSL color Cylindrical-coordinate representation of color #0ABC9C: hue angle of 169.21º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABC9C is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB10188156-
CMYK0.9500.170.26
HSL169.21º89.9%38.82%-
HSV(B)169.21º94.68%73.73%-
XYZ24.1138.4337.6-
YUV131.13142.0341.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.82%
GREEN value IS 188 (73.83% from 255) = 53.11%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=2.82%
G=53.11%
B=44.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101881560.9500.170.26169.2189.938.82
HexABC9C5F0111Aa95a27
Octal122742341370213225113247
Binary10101011110010011100101111101000111010101010011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,188,156); }

 H1.HeaderClassName
 {
   color: #0ABC9C;
 }
 .AnyTagClassName
 {
   color: #0ABC9C;
 }
</style>
background-color css

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

 a { background-color: rgb(10,188,156); }

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

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

 span { border-color: rgb(10,188,156); }

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