#0ac19d

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

Shades of Caribbean Green #0AC19D

Tints of Caribbean Green #0AC19D

Color information

#0AC19D (or 0x0AC19D) is unknown color: approx Caribbean Green. HEX triplet: 0A, C1 and 9D. RGB value is (10,193,157). Sum of RGB (Red+Green+Blue) = 10+193+157=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC19D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC19D is #F53E62. Grayscale: #868686. Windows color (decimal): -16072291 or 10338570. OLE color: 10338570.

HSL color Cylindrical-coordinate representation of color #0AC19D: hue angle of 168.2º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC19D is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB10193157-
CMYK0.9500.190.24
HSL168.2º90.15%39.8%-
HSV(B)168.2º94.82%75.69%-
XYZ25.2840.6438.41-
YUV134.18140.8739.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.78%
GREEN value IS 193 (75.78% from 255) = 53.61%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=2.78%
G=53.61%
B=43.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101931570.9500.190.24168.290.1539.8
HexAC19D5F01318a85a28
Octal123012351370233025013250
Binary10101100000110011101101111101001111000101010001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ac19d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,193,157); }

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

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

 a { background-color: rgb(10,193,157); }

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

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

 span { border-color: rgb(10,193,157); }

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