Html Css Color HEX #0FC99B Caribbean Green

📋 copy color: '#0FC99B'

red 15 ◦ green 201 ◦ blue 155

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

Shades of Caribbean Green #0FC99B

Tints of Caribbean Green #0FC99B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.18%

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 4.04%
G = 54.18%
B = 41.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#0FC99B (or 0x0FC99B) is known color: Caribbean Green. HEX triplet: 0F, C9 and 9B. RGB value is (15,201,155). Sum of RGB (Red+Green+Blue) = 15+201+155=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC99B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC99B is #F03664. Grayscale: #8C8C8C. Windows color (decimal): -15742565 or 10209551. OLE color: 10209551.

HSL color Cylindrical-coordinate representation of color #0FC99B: hue angle of 165.16º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC99B is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 201 155 -
CMYK 0.93 0 0.23 0.21
HSL 165.16º 0.86% 0.42% -
HSV(B) 165.16º 0.93% 0.79% -
XYZ 27 44.24 38.13 -
YUV 140.14 136.38 38.74 -
System Red Green Blue C M Y K H S L
Decimal 15 201 155 0.93 0 0.23 0.21 165.16 0.86 0.42
Hex F C9 9B 5D 0 17 15 A5 56 2A
Octal 17 311 233 135 0 27 25 245 126 52
Binary 1111 11001001 10011011 1011101 0 10111 10101 10100101 1010110 101010

Color Harmonies of #0FC99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC99B

Black with #0FC99B

Text Example


Text Example

White with #0FC99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,201,155); }

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

background-color css

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

 a { background-color: rgb(15,201,155); }

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

border-color css

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

 span { border-color: rgb(15,201,155); }

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