Html Css Color HEX #17825E Deep Sea

📋 copy color: '#17825E'

red 23 ◦ green 130 ◦ blue 94

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

Shades of Deep Sea #17825E

Tints of Deep Sea #17825E

RGB

 RED value IS 23 (9.38% from 255) = 9.31%

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

 BLUE value IS 94 (37.11% from 255) = 38.06%

R = 9.31%
G = 52.63%
B = 38.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#17825E (or 0x17825E) is known color: Deep Sea. HEX triplet: 17, 82 and 5E. RGB value is (23,130,94). Sum of RGB (Red+Green+Blue) = 23+130+94=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #17825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17825E is #E87DA1. Grayscale: #5D5D5D. Windows color (decimal): -15236514 or 6193687. OLE color: 6193687.

HSL color Cylindrical-coordinate representation of color #17825E: hue angle of 159.81º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17825E is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 23 130 94 -
CMYK 0.82 0 0.28 0.49
HSL 159.81º 0.7% 0.3% -
HSV(B) 159.81º 0.82% 0.51% -
XYZ 10.36 16.96 13.32 -
YUV 93.9 128.05 77.43 -
System Red Green Blue C M Y K H S L
Decimal 23 130 94 0.82 0 0.28 0.49 159.81 0.7 0.3
Hex 17 82 5E 52 0 1C 31 A0 46 1E
Octal 27 202 136 122 0 34 61 240 106 36
Binary 10111 10000010 1011110 1010010 0 11100 110001 10100000 1000110 11110

Color Harmonies of #17825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17825E

Black with #17825E

Text Example


Text Example

White with #17825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17825E; }

 p { color: rgb(23,130,94); }

 H1.HeaderClassName
 {
   color: #17825E;
 }
 .AnyTagClassName
 {
   color: #17825E;
 }
</style>

background-color css

<style>
 a { background-color: #17825E; }

 a { background-color: rgb(23,130,94); }

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

border-color css

<style>
 span { border-color: #17825E; }

 span { border-color: rgb(23,130,94); }

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