Html Css Color HEX #25805E Deep Sea

📋 copy color: '#25805E'

red 37 ◦ green 128 ◦ blue 94

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

Shades of Deep Sea #25805E

Tints of Deep Sea #25805E

RGB

 RED value IS 37 (14.84% from 255) = 14.29%

 GREEN value IS 128 (50.39% from 255) = 49.42%

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

R = 14.29%
G = 49.42%
B = 36.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#25805E (or 0x25805E) is known color: Deep Sea. HEX triplet: 25, 80 and 5E. RGB value is (37,128,94). Sum of RGB (Red+Green+Blue) = 37+128+94=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #25805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25805E is #DA7FA1. Grayscale: #606060. Windows color (decimal): -14319522 or 6193189. OLE color: 6193189.

HSL color Cylindrical-coordinate representation of color #25805E: hue angle of 157.58º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25805E is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 94 -
CMYK 0.71 0 0.27 0.50
HSL 157.58º 0.55% 0.32% -
HSV(B) 157.58º 0.71% 0.5% -
XYZ 10.5 16.64 13.25 -
YUV 96.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 37 128 94 0.71 0 0.27 0.50 157.58 0.55 0.32
Hex 25 80 5E 47 0 1B 32 9E 37 20
Octal 45 200 136 107 0 33 62 236 67 40
Binary 100101 10000000 1011110 1000111 0 11011 110010 10011110 110111 100000

Color Harmonies of #25805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25805E

Black with #25805E

Text Example


Text Example

White with #25805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,128,94); }

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

background-color css

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

 a { background-color: rgb(37,128,94); }

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

border-color css

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

 span { border-color: rgb(37,128,94); }

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