Html Css Color HEX #0F776A Deep Sea

📋 copy color: '#0F776A'

red 15 ◦ green 119 ◦ blue 106

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

Shades of Deep Sea #0F776A

Tints of Deep Sea #0F776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

 BLUE value IS 106 (41.8% from 255) = 44.17%

R = 6.25%
G = 49.58%
B = 44.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#0F776A (or 0x0F776A) is known color: Deep Sea. HEX triplet: 0F, 77 and 6A. RGB value is (15,119,106). Sum of RGB (Red+Green+Blue) = 15+119+106=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #0F776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F776A is #F08895. Grayscale: #565656. Windows color (decimal): -15763606 or 6977295. OLE color: 6977295.

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

Color convert

RGB 15 119 106 -
CMYK 0.87 0 0.11 0.53
HSL 172.5º 0.78% 0.26% -
HSV(B) 172.5º 0.87% 0.47% -
XYZ 9.4 14.34 15.91 -
YUV 86.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 15 119 106 0.87 0 0.11 0.53 172.5 0.78 0.26
Hex F 77 6A 57 0 B 35 AC 4E 1A
Octal 17 167 152 127 0 13 65 254 116 32
Binary 1111 1110111 1101010 1010111 0 1011 110101 10101100 1001110 11010

Color Harmonies of #0F776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F776A

Black with #0F776A

Text Example


Text Example

White with #0F776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,119,106); }

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

background-color css

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

 a { background-color: rgb(15,119,106); }

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

border-color css

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

 span { border-color: rgb(15,119,106); }

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