Html Css Color HEX #0F785B Deep Sea

📋 copy color: '#0F785B'

red 15 ◦ green 120 ◦ blue 91

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

Shades of Deep Sea #0F785B

Tints of Deep Sea #0F785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.1%

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 6.64%
G = 53.1%
B = 40.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#0F785B (or 0x0F785B) is known color: Deep Sea. HEX triplet: 0F, 78 and 5B. RGB value is (15,120,91). Sum of RGB (Red+Green+Blue) = 15+120+91=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #0F785B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F785B is #F087A4. Grayscale: #555555. Windows color (decimal): -15763365 or 5994511. OLE color: 5994511.

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

Color convert

RGB 15 120 91 -
CMYK 0.87 0 0.24 0.53
HSL 163.43º 0.78% 0.26% -
HSV(B) 163.43º 0.88% 0.47% -
XYZ 8.8 14.29 12.19 -
YUV 85.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 15 120 91 0.87 0 0.24 0.53 163.43 0.78 0.26
Hex F 78 5B 57 0 18 35 A3 4E 1A
Octal 17 170 133 127 0 30 65 243 116 32
Binary 1111 1111000 1011011 1010111 0 11000 110101 10100011 1001110 11010

Color Harmonies of #0F785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F785B

Black with #0F785B

Text Example


Text Example

White with #0F785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,120,91); }

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

background-color css

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

 a { background-color: rgb(15,120,91); }

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

border-color css

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

 span { border-color: rgb(15,120,91); }

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