Html Css Color HEX #0A835A Deep Sea

📋 copy color: '#0A835A'

red 10 ◦ green 131 ◦ blue 90

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

Shades of Deep Sea #0A835A

Tints of Deep Sea #0A835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.71%

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

R = 4.33%
G = 56.71%
B = 38.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#0A835A (or 0x0A835A) is known color: Deep Sea. HEX triplet: 0A, 83 and 5A. RGB value is (10,131,90). Sum of RGB (Red+Green+Blue) = 10+131+90=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #0A835A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A835A is #F57CA5. Grayscale: #5A5A5A. Windows color (decimal): -16088230 or 5931786. OLE color: 5931786.

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

Color convert

RGB 10 131 90 -
CMYK 0.92 0 0.31 0.49
HSL 159.67º 0.86% 0.28% -
HSV(B) 159.67º 0.92% 0.51% -
XYZ 10.09 17.04 12.43 -
YUV 90.15 127.91 70.83 -
System Red Green Blue C M Y K H S L
Decimal 10 131 90 0.92 0 0.31 0.49 159.67 0.86 0.28
Hex A 83 5A 5C 0 1F 31 A0 56 1C
Octal 12 203 132 134 0 37 61 240 126 34
Binary 1010 10000011 1011010 1011100 0 11111 110001 10100000 1010110 11100

Color Harmonies of #0A835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A835A

Black with #0A835A

Text Example


Text Example

White with #0A835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,131,90); }

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

background-color css

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

 a { background-color: rgb(10,131,90); }

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

border-color css

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

 span { border-color: rgb(10,131,90); }

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