Html Css Color HEX #257C5D Deep Sea

📋 copy color: '#257C5D'

red 37 ◦ green 124 ◦ blue 93

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

Shades of Deep Sea #257C5D

Tints of Deep Sea #257C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.82%

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

R = 14.57%
G = 48.82%
B = 36.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#257C5D (or 0x257C5D) is known color: Deep Sea. HEX triplet: 25, 7C and 5D. RGB value is (37,124,93). Sum of RGB (Red+Green+Blue) = 37+124+93=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #257C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C5D is #DA83A2. Grayscale: #5E5E5E. Windows color (decimal): -14320547 or 6126629. OLE color: 6126629.

HSL color Cylindrical-coordinate representation of color #257C5D: hue angle of 158.62º 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 #257C5D is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 124 93 -
CMYK 0.70 0 0.25 0.51
HSL 158.62º 0.54% 0.32% -
HSV(B) 158.62º 0.7% 0.49% -
XYZ 9.95 15.6 12.84 -
YUV 94.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 37 124 93 0.70 0 0.25 0.51 158.62 0.54 0.32
Hex 25 7C 5D 46 0 19 33 9F 36 20
Octal 45 174 135 106 0 31 63 237 66 40
Binary 100101 1111100 1011101 1000110 0 11001 110011 10011111 110110 100000

Color Harmonies of #257C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C5D

Black with #257C5D

Text Example


Text Example

White with #257C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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