Html Css Color HEX #0FC59B Caribbean Green

📋 copy color: '#0FC59B'

red 15 ◦ green 197 ◦ blue 155

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

Shades of Caribbean Green #0FC59B

Tints of Caribbean Green #0FC59B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.68%

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

R = 4.09%
G = 53.68%
B = 42.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#0FC59B (or 0x0FC59B) is known color: Caribbean Green. HEX triplet: 0F, C5 and 9B. RGB value is (15,197,155). Sum of RGB (Red+Green+Blue) = 15+197+155=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC59B is #F03A64. Grayscale: #898989. Windows color (decimal): -15743589 or 10208527. OLE color: 10208527.

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

Color convert

RGB 15 197 155 -
CMYK 0.92 0 0.21 0.23
HSL 166.15º 0.86% 0.42% -
HSV(B) 166.15º 0.92% 0.77% -
XYZ 26.08 42.4 37.82 -
YUV 137.79 137.7 40.42 -
System Red Green Blue C M Y K H S L
Decimal 15 197 155 0.92 0 0.21 0.23 166.15 0.86 0.42
Hex F C5 9B 5C 0 15 17 A6 56 2A
Octal 17 305 233 134 0 25 27 246 126 52
Binary 1111 11000101 10011011 1011100 0 10101 10111 10100110 1010110 101010

Color Harmonies of #0FC59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC59B

Black with #0FC59B

Text Example


Text Example

White with #0FC59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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