Html Css Color HEX #257C5F Deep Sea

📋 copy color: '#257C5F'

red 37 ◦ green 124 ◦ blue 95

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

Shades of Deep Sea #257C5F

Tints of Deep Sea #257C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 14.45%
G = 48.44%
B = 37.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#257C5F (or 0x257C5F) is known color: Deep Sea. HEX triplet: 25, 7C and 5F. RGB value is (37,124,95). Sum of RGB (Red+Green+Blue) = 37+124+95=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #257C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C5F is #DA83A0. Grayscale: #5E5E5E. Windows color (decimal): -14320545 or 6257701. OLE color: 6257701.

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

Color convert

RGB 37 124 95 -
CMYK 0.70 0 0.23 0.51
HSL 160º 0.54% 0.32% -
HSV(B) 160º 0.7% 0.49% -
XYZ 10.04 15.63 13.32 -
YUV 94.68 128.18 86.86 -
System Red Green Blue C M Y K H S L
Decimal 37 124 95 0.70 0 0.23 0.51 160 0.54 0.32
Hex 25 7C 5F 46 0 17 33 A0 36 20
Octal 45 174 137 106 0 27 63 240 66 40
Binary 100101 1111100 1011111 1000110 0 10111 110011 10100000 110110 100000

Color Harmonies of #257C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C5F

Black with #257C5F

Text Example


Text Example

White with #257C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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