Html Css Color HEX #0F8A5B Deep Sea

📋 copy color: '#0F8A5B'

red 15 ◦ green 138 ◦ blue 91

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

Shades of Deep Sea #0F8A5B

Tints of Deep Sea #0F8A5B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 56.56%

 BLUE value IS 91 (35.94% from 255) = 37.3%

R = 6.15%
G = 56.56%
B = 37.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#0F8A5B (or 0x0F8A5B) is known color: Deep Sea. HEX triplet: 0F, 8A and 5B. RGB value is (15,138,91). Sum of RGB (Red+Green+Blue) = 15+138+91=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8A5B is #F075A4. Grayscale: #5F5F5F. Windows color (decimal): -15758757 or 5999119. OLE color: 5999119.

HSL color Cylindrical-coordinate representation of color #0F8A5B: hue angle of 157.07º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8A5B is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 138 91 -
CMYK 0.89 0 0.34 0.46
HSL 157.07º 0.8% 0.3% -
HSV(B) 157.07º 0.89% 0.54% -
XYZ 11.17 19.03 12.98 -
YUV 95.87 125.25 70.32 -
System Red Green Blue C M Y K H S L
Decimal 15 138 91 0.89 0 0.34 0.46 157.07 0.8 0.3
Hex F 8A 5B 59 0 22 2E 9D 50 1E
Octal 17 212 133 131 0 42 56 235 120 36
Binary 1111 10001010 1011011 1011001 0 100010 101110 10011101 1010000 11110

Color Harmonies of #0F8A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8A5B

Black with #0F8A5B

Text Example


Text Example

White with #0F8A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,138,91); }

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

background-color css

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

 a { background-color: rgb(15,138,91); }

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

border-color css

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

 span { border-color: rgb(15,138,91); }

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