#0ABF98

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

Shades of Caribbean Green #0ABF98

Tints of Caribbean Green #0ABF98

Color information

#0ABF98 (or 0x0ABF98) is unknown color: approx Caribbean Green. HEX triplet: 0A, BF and 98. RGB value is (10,191,152). Sum of RGB (Red+Green+Blue) = 10+191+152=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABF98 is #F54067. Grayscale: #848484. Windows color (decimal): -16072808 or 10010378. OLE color: 10010378.

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

Color convert

RGB10191152-
CMYK0.9500.200.25
HSL167.07º90.05%39.41%-
HSV(B)167.07º94.76%74.9%-
XYZ24.4239.5936.06-
YUV132.43139.0340.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.83%
GREEN value IS 191 (75% from 255) = 54.11%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=2.83%
G=54.11%
B=43.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101911520.9500.200.25167.0790.0539.41
HexABF985F01419a75a27
Octal122772301370243124713247
Binary10101011111110011000101111101010011001101001111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,191,152); }

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

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

 a { background-color: rgb(10,191,152); }

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

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

 span { border-color: rgb(10,191,152); }

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