Html Css Color HEX #0F8165 Deep Sea

📋 copy color: '#0F8165'

red 15 ◦ green 129 ◦ blue 101

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

Shades of Deep Sea #0F8165

Tints of Deep Sea #0F8165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 6.12%
G = 52.65%
B = 41.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#0F8165 (or 0x0F8165) is known color: Deep Sea. HEX triplet: 0F, 81 and 65. RGB value is (15,129,101). Sum of RGB (Red+Green+Blue) = 15+129+101=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8165 is #F07E9A. Grayscale: #5B5B5B. Windows color (decimal): -15761051 or 6652175. OLE color: 6652175.

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

Color convert

RGB 15 129 101 -
CMYK 0.88 0 0.22 0.49
HSL 165.26º 0.79% 0.28% -
HSV(B) 165.26º 0.88% 0.51% -
XYZ 10.4 16.74 15 -
YUV 91.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 15 129 101 0.88 0 0.22 0.49 165.26 0.79 0.28
Hex F 81 65 58 0 16 31 A5 4F 1C
Octal 17 201 145 130 0 26 61 245 117 34
Binary 1111 10000001 1100101 1011000 0 10110 110001 10100101 1001111 11100

Color Harmonies of #0F8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8165

Black with #0F8165

Text Example


Text Example

White with #0F8165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,129,101); }

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

background-color css

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

 a { background-color: rgb(15,129,101); }

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

border-color css

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

 span { border-color: rgb(15,129,101); }

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