Html Css Color HEX #0F815E Deep Sea

📋 copy color: '#0F815E'

red 15 ◦ green 129 ◦ blue 94

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

Shades of Deep Sea #0F815E

Tints of Deep Sea #0F815E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 6.3%
G = 54.2%
B = 39.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#0F815E (or 0x0F815E) is known color: Deep Sea. HEX triplet: 0F, 81 and 5E. RGB value is (15,129,94). Sum of RGB (Red+Green+Blue) = 15+129+94=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #0F815E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F815E is #F07EA1. Grayscale: #5A5A5A. Windows color (decimal): -15761058 or 6193423. OLE color: 6193423.

HSL color Cylindrical-coordinate representation of color #0F815E: hue angle of 161.58º 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 #0F815E is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 129 94 -
CMYK 0.88 0 0.27 0.49
HSL 161.58º 0.79% 0.28% -
HSV(B) 161.58º 0.88% 0.51% -
XYZ 10.07 16.61 13.27 -
YUV 90.92 129.73 73.85 -
System Red Green Blue C M Y K H S L
Decimal 15 129 94 0.88 0 0.27 0.49 161.58 0.79 0.28
Hex F 81 5E 58 0 1B 31 A2 4F 1C
Octal 17 201 136 130 0 33 61 242 117 34
Binary 1111 10000001 1011110 1011000 0 11011 110001 10100010 1001111 11100

Color Harmonies of #0F815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F815E

Black with #0F815E

Text Example


Text Example

White with #0F815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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