Html Css Color HEX #257F61 Deep Sea

📋 copy color: '#257F61'

red 37 ◦ green 127 ◦ blue 97

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

Shades of Deep Sea #257F61

Tints of Deep Sea #257F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 14.18%
G = 48.66%
B = 37.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#257F61 (or 0x257F61) is known color: Deep Sea. HEX triplet: 25, 7F and 61. RGB value is (37,127,97). Sum of RGB (Red+Green+Blue) = 37+127+97=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #257F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F61 is #DA809E. Grayscale: #606060. Windows color (decimal): -14319775 or 6389541. OLE color: 6389541.

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

Color convert

RGB 37 127 97 -
CMYK 0.71 0 0.24 0.50
HSL 160º 0.55% 0.32% -
HSV(B) 160º 0.71% 0.5% -
XYZ 10.51 16.44 13.93 -
YUV 96.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 37 127 97 0.71 0 0.24 0.50 160 0.55 0.32
Hex 25 7F 61 47 0 18 32 A0 37 20
Octal 45 177 141 107 0 30 62 240 67 40
Binary 100101 1111111 1100001 1000111 0 11000 110010 10100000 110111 100000

Color Harmonies of #257F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F61

Black with #257F61

Text Example


Text Example

White with #257F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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