Html Css Color HEX #257F5F Deep Sea

📋 copy color: '#257F5F'

red 37 ◦ green 127 ◦ blue 95

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

Shades of Deep Sea #257F5F

Tints of Deep Sea #257F5F

RGB

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

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

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

R = 14.29%
G = 49.03%
B = 36.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#257F5F (or 0x257F5F) is known color: Deep Sea. HEX triplet: 25, 7F and 5F. RGB value is (37,127,95). Sum of RGB (Red+Green+Blue) = 37+127+95=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #257F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F5F is #DA80A0. Grayscale: #606060. Windows color (decimal): -14319777 or 6258469. OLE color: 6258469.

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

Color convert

RGB 37 127 95 -
CMYK 0.71 0 0.25 0.50
HSL 158.67º 0.55% 0.32% -
HSV(B) 158.67º 0.71% 0.5% -
XYZ 10.42 16.4 13.44 -
YUV 96.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 37 127 95 0.71 0 0.25 0.50 158.67 0.55 0.32
Hex 25 7F 5F 47 0 19 32 9F 37 20
Octal 45 177 137 107 0 31 62 237 67 40
Binary 100101 1111111 1011111 1000111 0 11001 110010 10011111 110111 100000

Color Harmonies of #257F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F5F

Black with #257F5F

Text Example


Text Example

White with #257F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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