Html Css Color HEX #0F785A Deep Sea

📋 copy color: '#0F785A'

red 15 ◦ green 120 ◦ blue 90

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

Shades of Deep Sea #0F785A

Tints of Deep Sea #0F785A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40%

R = 6.67%
G = 53.33%
B = 40%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#0F785A (or 0x0F785A) is known color: Deep Sea. HEX triplet: 0F, 78 and 5A. RGB value is (15,120,90). Sum of RGB (Red+Green+Blue) = 15+120+90=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #0F785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F785A is #F087A5. Grayscale: #555555. Windows color (decimal): -15763366 or 5928975. OLE color: 5928975.

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

Color convert

RGB 15 120 90 -
CMYK 0.87 0 0.25 0.53
HSL 162.86º 0.78% 0.26% -
HSV(B) 162.86º 0.88% 0.47% -
XYZ 8.76 14.27 11.97 -
YUV 85.19 130.71 77.94 -
System Red Green Blue C M Y K H S L
Decimal 15 120 90 0.87 0 0.25 0.53 162.86 0.78 0.26
Hex F 78 5A 57 0 19 35 A3 4E 1A
Octal 17 170 132 127 0 31 65 243 116 32
Binary 1111 1111000 1011010 1010111 0 11001 110101 10100011 1001110 11010

Color Harmonies of #0F785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F785A

Black with #0F785A

Text Example


Text Example

White with #0F785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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