Html Css Color HEX #0ABF8F Caribbean Green

📋 copy color: '#0ABF8F'

red 10 ◦ green 191 ◦ blue 143

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

Shades of Caribbean Green #0ABF8F

Tints of Caribbean Green #0ABF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 55.52%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 2.91%
G = 55.52%
B = 41.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#0ABF8F (or 0x0ABF8F) is known color: Caribbean Green. HEX triplet: 0A, BF and 8F. RGB value is (10,191,143). Sum of RGB (Red+Green+Blue) = 10+191+143=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABF8F is #F54070. Grayscale: #838383. Windows color (decimal): -16072817 or 9420554. OLE color: 9420554.

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

Color convert

RGB 10 191 143 -
CMYK 0.95 0 0.25 0.25
HSL 164.09º 0.9% 0.39% -
HSV(B) 164.09º 0.95% 0.75% -
XYZ 23.71 39.31 32.32 -
YUV 131.41 134.53 41.4 -
System Red Green Blue C M Y K H S L
Decimal 10 191 143 0.95 0 0.25 0.25 164.09 0.9 0.39
Hex A BF 8F 5F 0 19 19 A4 5A 27
Octal 12 277 217 137 0 31 31 244 132 47
Binary 1010 10111111 10001111 1011111 0 11001 11001 10100100 1011010 100111

Color Harmonies of #0ABF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF8F

Black with #0ABF8F

Text Example


Text Example

White with #0ABF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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