Html Css Color HEX #0ABF98 Caribbean Green

📋 copy color: '#0ABF98'

red 10 ◦ green 191 ◦ blue 152

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

Shades of Caribbean Green #0ABF98

Tints of Caribbean Green #0ABF98

RGB

 RED value IS 10 (4.3% 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 value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#0ABF98 (or 0x0ABF98) is known color: 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

RGB 10 191 152 -
CMYK 0.95 0 0.20 0.25
HSL 167.07º 0.9% 0.39% -
HSV(B) 167.07º 0.95% 0.75% -
XYZ 24.42 39.59 36.06 -
YUV 132.44 139.03 40.67 -
System Red Green Blue C M Y K H S L
Decimal 10 191 152 0.95 0 0.20 0.25 167.07 0.9 0.39
Hex A BF 98 5F 0 14 19 A7 5A 27
Octal 12 277 230 137 0 24 31 247 132 47
Binary 1010 10111111 10011000 1011111 0 10100 11001 10100111 1011010 100111

Color Harmonies of #0ABF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF98

Black with #0ABF98

Text Example


Text Example

White with #0ABF98

Text Example


Text Example

HTML Codes & Css Web 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>