Html Css Color HEX #0F755A Deep Sea

📋 copy color: '#0F755A'

red 15 ◦ green 117 ◦ blue 90

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

Shades of Deep Sea #0F755A

Tints of Deep Sea #0F755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.7%

 BLUE value IS 90 (35.55% from 255) = 40.54%

R = 6.76%
G = 52.7%
B = 40.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#0F755A (or 0x0F755A) is known color: Deep Sea. HEX triplet: 0F, 75 and 5A. RGB value is (15,117,90). Sum of RGB (Red+Green+Blue) = 15+117+90=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #0F755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F755A is #F08AA5. Grayscale: #535353. Windows color (decimal): -15764134 or 5928207. OLE color: 5928207.

HSL color Cylindrical-coordinate representation of color #0F755A: hue angle of 164.12º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F755A is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 117 90 -
CMYK 0.87 0 0.23 0.54
HSL 164.12º 0.77% 0.26% -
HSV(B) 164.12º 0.87% 0.46% -
XYZ 8.4 13.56 11.85 -
YUV 83.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 15 117 90 0.87 0 0.23 0.54 164.12 0.77 0.26
Hex F 75 5A 57 0 17 36 A4 4D 1A
Octal 17 165 132 127 0 27 66 244 115 32
Binary 1111 1110101 1011010 1010111 0 10111 110110 10100100 1001101 11010

Color Harmonies of #0F755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F755A

Black with #0F755A

Text Example


Text Example

White with #0F755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,117,90); }

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

background-color css

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

 a { background-color: rgb(15,117,90); }

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

border-color css

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

 span { border-color: rgb(15,117,90); }

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