Html Css Color HEX #257D5D Deep Sea

📋 copy color: '#257D5D'

red 37 ◦ green 125 ◦ blue 93

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

Shades of Deep Sea #257D5D

Tints of Deep Sea #257D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.02%

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

R = 14.51%
G = 49.02%
B = 36.47%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#257D5D (or 0x257D5D) is known color: Deep Sea. HEX triplet: 25, 7D and 5D. RGB value is (37,125,93). Sum of RGB (Red+Green+Blue) = 37+125+93=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #257D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D5D is #DA82A2. Grayscale: #5F5F5F. Windows color (decimal): -14320291 or 6126885. OLE color: 6126885.

HSL color Cylindrical-coordinate representation of color #257D5D: hue angle of 158.18º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D5D is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 125 93 -
CMYK 0.70 0 0.26 0.51
HSL 158.18º 0.54% 0.32% -
HSV(B) 158.18º 0.7% 0.49% -
XYZ 10.07 15.85 12.88 -
YUV 95.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 37 125 93 0.70 0 0.26 0.51 158.18 0.54 0.32
Hex 25 7D 5D 46 0 1A 33 9E 36 20
Octal 45 175 135 106 0 32 63 236 66 40
Binary 100101 1111101 1011101 1000110 0 11010 110011 10011110 110110 100000

Color Harmonies of #257D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D5D

Black with #257D5D

Text Example


Text Example

White with #257D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257D5D; }

 p { color: rgb(37,125,93); }

 H1.HeaderClassName
 {
   color: #257D5D;
 }
 .AnyTagClassName
 {
   color: #257D5D;
 }
</style>

background-color css

<style>
 a { background-color: #257D5D; }

 a { background-color: rgb(37,125,93); }

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

border-color css

<style>
 span { border-color: #257D5D; }

 span { border-color: rgb(37,125,93); }

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