Html Css Color HEX #0A875D Deep Sea

📋 copy color: '#0A875D'

red 10 ◦ green 135 ◦ blue 93

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

Shades of Deep Sea #0A875D

Tints of Deep Sea #0A875D

RGB

 RED value IS 10 (4.3% from 255) = 4.2%

 GREEN value IS 135 (53.13% from 255) = 56.72%

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 4.2%
G = 56.72%
B = 39.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#0A875D (or 0x0A875D) is known color: Deep Sea. HEX triplet: 0A, 87 and 5D. RGB value is (10,135,93). Sum of RGB (Red+Green+Blue) = 10+135+93=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #0A875D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A875D is #F578A2. Grayscale: #5C5C5C. Windows color (decimal): -16087203 or 6129418. OLE color: 6129418.

HSL color Cylindrical-coordinate representation of color #0A875D: hue angle of 159.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A875D is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 135 93 -
CMYK 0.93 0 0.31 0.47
HSL 159.84º 0.86% 0.28% -
HSV(B) 159.84º 0.93% 0.53% -
XYZ 10.76 18.18 13.3 -
YUV 92.84 128.09 68.92 -
System Red Green Blue C M Y K H S L
Decimal 10 135 93 0.93 0 0.31 0.47 159.84 0.86 0.28
Hex A 87 5D 5D 0 1F 2F A0 56 1C
Octal 12 207 135 135 0 37 57 240 126 34
Binary 1010 10000111 1011101 1011101 0 11111 101111 10100000 1010110 11100

Color Harmonies of #0A875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A875D

Black with #0A875D

Text Example


Text Example

White with #0A875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,135,93); }

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

background-color css

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

 a { background-color: rgb(10,135,93); }

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

border-color css

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

 span { border-color: rgb(10,135,93); }

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