Html Css Color HEX #0F785D Deep Sea

📋 copy color: '#0F785D'

red 15 ◦ green 120 ◦ blue 93

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

Shades of Deep Sea #0F785D

Tints of Deep Sea #0F785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 6.58%
G = 52.63%
B = 40.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#0F785D (or 0x0F785D) is known color: Deep Sea. HEX triplet: 0F, 78 and 5D. RGB value is (15,120,93). Sum of RGB (Red+Green+Blue) = 15+120+93=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #0F785D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F785D is #F087A2. Grayscale: #555555. Windows color (decimal): -15763363 or 6125583. OLE color: 6125583.

HSL color Cylindrical-coordinate representation of color #0F785D: hue angle of 164.57º 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 #0F785D is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 120 93 -
CMYK 0.87 0 0.22 0.53
HSL 164.57º 0.78% 0.26% -
HSV(B) 164.57º 0.88% 0.47% -
XYZ 8.89 14.32 12.65 -
YUV 85.53 132.21 77.7 -
System Red Green Blue C M Y K H S L
Decimal 15 120 93 0.87 0 0.22 0.53 164.57 0.78 0.26
Hex F 78 5D 57 0 16 35 A5 4E 1A
Octal 17 170 135 127 0 26 65 245 116 32
Binary 1111 1111000 1011101 1010111 0 10110 110101 10100101 1001110 11010

Color Harmonies of #0F785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F785D

Black with #0F785D

Text Example


Text Example

White with #0F785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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