Html Css Color HEX #0F7A6C Deep Sea

📋 copy color: '#0F7A6C'

red 15 ◦ green 122 ◦ blue 108

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

Shades of Deep Sea #0F7A6C

Tints of Deep Sea #0F7A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.8%

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 6.12%
G = 49.8%
B = 44.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#0F7A6C (or 0x0F7A6C) is known color: Deep Sea. HEX triplet: 0F, 7A and 6C. RGB value is (15,122,108). Sum of RGB (Red+Green+Blue) = 15+122+108=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7A6C is #F08593. Grayscale: #585858. Windows color (decimal): -15762836 or 7109135. OLE color: 7109135.

HSL color Cylindrical-coordinate representation of color #0F7A6C: hue angle of 172.15º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7A6C is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 122 108 -
CMYK 0.88 0 0.11 0.52
HSL 172.15º 0.78% 0.27% -
HSV(B) 172.15º 0.88% 0.48% -
XYZ 9.86 15.1 16.58 -
YUV 88.41 139.05 75.64 -
System Red Green Blue C M Y K H S L
Decimal 15 122 108 0.88 0 0.11 0.52 172.15 0.78 0.27
Hex F 7A 6C 58 0 B 34 AC 4E 1B
Octal 17 172 154 130 0 13 64 254 116 33
Binary 1111 1111010 1101100 1011000 0 1011 110100 10101100 1001110 11011

Color Harmonies of #0F7A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7A6C

Black with #0F7A6C

Text Example


Text Example

White with #0F7A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,122,108); }

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

background-color css

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

 a { background-color: rgb(15,122,108); }

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

border-color css

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

 span { border-color: rgb(15,122,108); }

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