Html Css Color HEX #09825B Deep Sea

📋 copy color: '#09825B'

red 9 ◦ green 130 ◦ blue 91

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

Shades of Deep Sea #09825B

Tints of Deep Sea #09825B

RGB

 RED value IS 9 (3.91% from 255) = 3.91%

 GREEN value IS 130 (51.17% from 255) = 56.52%

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

R = 3.91%
G = 56.52%
B = 39.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#09825B (or 0x09825B) is known color: Deep Sea. HEX triplet: 09, 82 and 5B. RGB value is (9,130,91). Sum of RGB (Red+Green+Blue) = 9+130+91=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #09825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09825B is #F67DA4. Grayscale: #595959. Windows color (decimal): -16154021 or 5997065. OLE color: 5997065.

HSL color Cylindrical-coordinate representation of color #09825B: hue angle of 160.66º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09825B is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 130 91 -
CMYK 0.93 0 0.30 0.49
HSL 160.66º 0.87% 0.27% -
HSV(B) 160.66º 0.93% 0.51% -
XYZ 9.98 16.78 12.61 -
YUV 89.38 128.91 70.67 -
System Red Green Blue C M Y K H S L
Decimal 9 130 91 0.93 0 0.30 0.49 160.66 0.87 0.27
Hex 9 82 5B 5D 0 1E 31 A1 57 1B
Octal 11 202 133 135 0 36 61 241 127 33
Binary 1001 10000010 1011011 1011101 0 11110 110001 10100001 1010111 11011

Color Harmonies of #09825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09825B

Black with #09825B

Text Example


Text Example

White with #09825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09825B; }

 p { color: rgb(9,130,91); }

 H1.HeaderClassName
 {
   color: #09825B;
 }
 .AnyTagClassName
 {
   color: #09825B;
 }
</style>

background-color css

<style>
 a { background-color: #09825B; }

 a { background-color: rgb(9,130,91); }

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

border-color css

<style>
 span { border-color: #09825B; }

 span { border-color: rgb(9,130,91); }

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