Html Css Color HEX #257D65 Deep Sea

📋 copy color: '#257D65'

red 37 ◦ green 125 ◦ blue 101

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

Shades of Deep Sea #257D65

Tints of Deep Sea #257D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.53%

 BLUE value IS 101 (39.84% from 255) = 38.4%

R = 14.07%
G = 47.53%
B = 38.4%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#257D65 (or 0x257D65) is known color: Deep Sea. HEX triplet: 25, 7D and 65. RGB value is (37,125,101). Sum of RGB (Red+Green+Blue) = 37+125+101=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 125 - color contains mainly: green. Hex color #257D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D65 is #DA829A. Grayscale: #5F5F5F. Windows color (decimal): -14320283 or 6651173. OLE color: 6651173.

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

Color convert

RGB 37 125 101 -
CMYK 0.70 0 0.19 0.51
HSL 163.64º 0.54% 0.32% -
HSV(B) 163.64º 0.7% 0.49% -
XYZ 10.45 16 14.85 -
YUV 95.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 37 125 101 0.70 0 0.19 0.51 163.64 0.54 0.32
Hex 25 7D 65 46 0 13 33 A4 36 20
Octal 45 175 145 106 0 23 63 244 66 40
Binary 100101 1111101 1100101 1000110 0 10011 110011 10100100 110110 100000

Color Harmonies of #257D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D65

Black with #257D65

Text Example


Text Example

White with #257D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,125,101); }

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

background-color css

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

 a { background-color: rgb(37,125,101); }

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

border-color css

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

 span { border-color: rgb(37,125,101); }

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