Html Css Color HEX #0F8066 Deep Sea

📋 copy color: '#0F8066'

red 15 ◦ green 128 ◦ blue 102

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

Shades of Deep Sea #0F8066

Tints of Deep Sea #0F8066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.24%

 BLUE value IS 102 (40.23% from 255) = 41.63%

R = 6.12%
G = 52.24%
B = 41.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#0F8066 (or 0x0F8066) is known color: Deep Sea. HEX triplet: 0F, 80 and 66. RGB value is (15,128,102). Sum of RGB (Red+Green+Blue) = 15+128+102=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8066 is #F07F99. Grayscale: #5B5B5B. Windows color (decimal): -15761306 or 6717455. OLE color: 6717455.

HSL color Cylindrical-coordinate representation of color #0F8066: hue angle of 166.19º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8066 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 128 102 -
CMYK 0.88 0 0.20 0.50
HSL 166.19º 0.79% 0.28% -
HSV(B) 166.19º 0.88% 0.5% -
XYZ 10.31 16.5 15.21 -
YUV 91.25 134.06 73.61 -
System Red Green Blue C M Y K H S L
Decimal 15 128 102 0.88 0 0.20 0.50 166.19 0.79 0.28
Hex F 80 66 58 0 14 32 A6 4F 1C
Octal 17 200 146 130 0 24 62 246 117 34
Binary 1111 10000000 1100110 1011000 0 10100 110010 10100110 1001111 11100

Color Harmonies of #0F8066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8066

Black with #0F8066

Text Example


Text Example

White with #0F8066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,128,102); }

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

background-color css

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

 a { background-color: rgb(15,128,102); }

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

border-color css

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

 span { border-color: rgb(15,128,102); }

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