Html Css Color HEX #257F5D Deep Sea

📋 copy color: '#257F5D'

red 37 ◦ green 127 ◦ blue 93

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

Shades of Deep Sea #257F5D

Tints of Deep Sea #257F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 49.42%

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

R = 14.4%
G = 49.42%
B = 36.19%

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

#257F5D (or 0x257F5D) is known color: Deep Sea. HEX triplet: 25, 7F and 5D. RGB value is (37,127,93). Sum of RGB (Red+Green+Blue) = 37+127+93=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #257F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F5D is #DA80A2. Grayscale: #606060. Windows color (decimal): -14319779 or 6127397. OLE color: 6127397.

HSL color Cylindrical-coordinate representation of color #257F5D: hue angle of 157.33º 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 #257F5D is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 127 93 -
CMYK 0.71 0 0.27 0.50
HSL 157.33º 0.55% 0.32% -
HSV(B) 157.33º 0.71% 0.5% -
XYZ 10.33 16.36 12.97 -
YUV 96.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 37 127 93 0.71 0 0.27 0.50 157.33 0.55 0.32
Hex 25 7F 5D 47 0 1B 32 9D 37 20
Octal 45 177 135 107 0 33 62 235 67 40
Binary 100101 1111111 1011101 1000111 0 11011 110010 10011101 110111 100000

Color Harmonies of #257F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F5D

Black with #257F5D

Text Example


Text Example

White with #257F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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