Html Css Color HEX #257E5D Deep Sea

📋 copy color: '#257E5D'

red 37 ◦ green 126 ◦ blue 93

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

Shades of Deep Sea #257E5D

Tints of Deep Sea #257E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.22%

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

R = 14.45%
G = 49.22%
B = 36.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#257E5D (or 0x257E5D) is known color: Deep Sea. HEX triplet: 25, 7E and 5D. RGB value is (37,126,93). Sum of RGB (Red+Green+Blue) = 37+126+93=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #257E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E5D is #DA81A2. Grayscale: #5F5F5F. Windows color (decimal): -14320035 or 6127141. OLE color: 6127141.

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

Color convert

RGB 37 126 93 -
CMYK 0.71 0 0.26 0.51
HSL 157.75º 0.55% 0.32% -
HSV(B) 157.75º 0.71% 0.49% -
XYZ 10.2 16.11 12.93 -
YUV 95.63 126.51 86.18 -
System Red Green Blue C M Y K H S L
Decimal 37 126 93 0.71 0 0.26 0.51 157.75 0.55 0.32
Hex 25 7E 5D 47 0 1A 33 9E 37 20
Octal 45 176 135 107 0 32 63 236 67 40
Binary 100101 1111110 1011101 1000111 0 11010 110011 10011110 110111 100000

Color Harmonies of #257E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257E5D

Black with #257E5D

Text Example


Text Example

White with #257E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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