Html Css Color HEX #0FE0AB Caribbean Green

📋 copy color: '#0FE0AB'

red 15 ◦ green 224 ◦ blue 171

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

Shades of Caribbean Green #0FE0AB

Tints of Caribbean Green #0FE0AB

RGB

 RED value IS 15 (6.25% from 255) = 3.66%

 GREEN value IS 224 (87.89% from 255) = 54.63%

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 3.66%
G = 54.63%
B = 41.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#0FE0AB (or 0x0FE0AB) is known color: Caribbean Green. HEX triplet: 0F, E0 and AB. RGB value is (15,224,171). Sum of RGB (Red+Green+Blue) = 15+224+171=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE0AB is #F01F54. Grayscale: #9B9B9B. Windows color (decimal): -15736661 or 11264015. OLE color: 11264015.

HSL color Cylindrical-coordinate representation of color #0FE0AB: hue angle of 164.78º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE0AB is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 224 171 -
CMYK 0.93 0 0.24 0.12
HSL 164.78º 0.87% 0.47% -
HSV(B) 164.78º 0.93% 0.88% -
XYZ 34.2 56.35 47.6 -
YUV 155.47 136.76 27.81 -
System Red Green Blue C M Y K H S L
Decimal 15 224 171 0.93 0 0.24 0.12 164.78 0.87 0.47
Hex F E0 AB 5D 0 18 C A5 57 2F
Octal 17 340 253 135 0 30 14 245 127 57
Binary 1111 11100000 10101011 1011101 0 11000 1100 10100101 1010111 101111

Color Harmonies of #0FE0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE0AB

Black with #0FE0AB

Text Example


Text Example

White with #0FE0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,224,171); }

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

background-color css

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

 a { background-color: rgb(15,224,171); }

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

border-color css

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

 span { border-color: rgb(15,224,171); }

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