Html Css Color HEX #0FC796 Caribbean Green

📋 copy color: '#0FC796'

red 15 ◦ green 199 ◦ blue 150

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

Shades of Caribbean Green #0FC796

Tints of Caribbean Green #0FC796

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.67%

 BLUE value IS 150 (58.98% from 255) = 41.21%

R = 4.12%
G = 54.67%
B = 41.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#0FC796 (or 0x0FC796) is known color: Caribbean Green. HEX triplet: 0F, C7 and 96. RGB value is (15,199,150). Sum of RGB (Red+Green+Blue) = 15+199+150=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 199 (78.12% from 255 or 54.67% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC796 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC796 is #F03869. Grayscale: #8A8A8A. Windows color (decimal): -15743082 or 9881359. OLE color: 9881359.

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

Color convert

RGB 15 199 150 -
CMYK 0.92 0 0.25 0.22
HSL 164.02º 0.86% 0.42% -
HSV(B) 164.02º 0.92% 0.78% -
XYZ 26.13 43.15 35.81 -
YUV 138.4 134.54 39.98 -
System Red Green Blue C M Y K H S L
Decimal 15 199 150 0.92 0 0.25 0.22 164.02 0.86 0.42
Hex F C7 96 5C 0 19 16 A4 56 2A
Octal 17 307 226 134 0 31 26 244 126 52
Binary 1111 11000111 10010110 1011100 0 11001 10110 10100100 1010110 101010

Color Harmonies of #0FC796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC796

Black with #0FC796

Text Example


Text Example

White with #0FC796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,199,150); }

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

background-color css

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

 a { background-color: rgb(15,199,150); }

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

border-color css

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

 span { border-color: rgb(15,199,150); }

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