Html Css Color HEX #0F8268 Deep Sea

📋 copy color: '#0F8268'

red 15 ◦ green 130 ◦ blue 104

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

Shades of Deep Sea #0F8268

Tints of Deep Sea #0F8268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.21%

 BLUE value IS 104 (41.02% from 255) = 41.77%

R = 6.02%
G = 52.21%
B = 41.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#0F8268 (or 0x0F8268) is known color: Deep Sea. HEX triplet: 0F, 82 and 68. RGB value is (15,130,104). Sum of RGB (Red+Green+Blue) = 15+130+104=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8268 is #F07D97. Grayscale: #5C5C5C. Windows color (decimal): -15760792 or 6849039. OLE color: 6849039.

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

Color convert

RGB 15 130 104 -
CMYK 0.88 0 0.2 0.49
HSL 166.43º 0.79% 0.28% -
HSV(B) 166.43º 0.88% 0.51% -
XYZ 10.68 17.07 15.83 -
YUV 92.65 134.4 72.61 -
System Red Green Blue C M Y K H S L
Decimal 15 130 104 0.88 0 0.2 0.49 166.43 0.79 0.28
Hex F 82 68 58 0 14 31 A6 4F 1C
Octal 17 202 150 130 0 24 61 246 117 34
Binary 1111 10000010 1101000 1011000 0 10100 110001 10100110 1001111 11100

Color Harmonies of #0F8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8268

Black with #0F8268

Text Example


Text Example

White with #0F8268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,130,104); }

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

background-color css

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

 a { background-color: rgb(15,130,104); }

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

border-color css

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

 span { border-color: rgb(15,130,104); }

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