Html Css Color HEX #08835D Deep Sea

📋 copy color: '#08835D'

red 8 ◦ green 131 ◦ blue 93

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

Shades of Deep Sea #08835D

Tints of Deep Sea #08835D

RGB

 RED value IS 8 (3.52% from 255) = 3.45%

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

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

R = 3.45%
G = 56.47%
B = 40.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#08835D (or 0x08835D) is known color: Deep Sea. HEX triplet: 08, 83 and 5D. RGB value is (8,131,93). Sum of RGB (Red+Green+Blue) = 8+131+93=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #08835D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08835D is #F77CA2. Grayscale: #595959. Windows color (decimal): -16219299 or 6128392. OLE color: 6128392.

HSL color Cylindrical-coordinate representation of color #08835D: hue angle of 161.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08835D is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 131 93 -
CMYK 0.94 0 0.29 0.49
HSL 161.46º 0.88% 0.27% -
HSV(B) 161.46º 0.94% 0.51% -
XYZ 10.19 17.07 13.11 -
YUV 89.89 129.75 69.59 -
System Red Green Blue C M Y K H S L
Decimal 8 131 93 0.94 0 0.29 0.49 161.46 0.88 0.27
Hex 8 83 5D 5E 0 1D 31 A1 58 1B
Octal 10 203 135 136 0 35 61 241 130 33
Binary 1000 10000011 1011101 1011110 0 11101 110001 10100001 1011000 11011

Color Harmonies of #08835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08835D

Black with #08835D

Text Example


Text Example

White with #08835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08835D; }

 p { color: rgb(8,131,93); }

 H1.HeaderClassName
 {
   color: #08835D;
 }
 .AnyTagClassName
 {
   color: #08835D;
 }
</style>

background-color css

<style>
 a { background-color: #08835D; }

 a { background-color: rgb(8,131,93); }

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

border-color css

<style>
 span { border-color: #08835D; }

 span { border-color: rgb(8,131,93); }

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