Html Css Color HEX #257860 Deep Sea

📋 copy color: '#257860'

red 37 ◦ green 120 ◦ blue 96

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

Shades of Deep Sea #257860

Tints of Deep Sea #257860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.43%

 BLUE value IS 96 (37.89% from 255) = 37.94%

R = 14.62%
G = 47.43%
B = 37.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#257860 (or 0x257860) is known color: Deep Sea. HEX triplet: 25, 78 and 60. RGB value is (37,120,96). Sum of RGB (Red+Green+Blue) = 37+120+96=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #257860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257860 is #DA879F. Grayscale: #5C5C5C. Windows color (decimal): -14321568 or 6322213. OLE color: 6322213.

HSL color Cylindrical-coordinate representation of color #257860: hue angle of 162.65º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257860 is Cyan = 0.69, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 120 96 -
CMYK 0.69 0 0.2 0.53
HSL 162.65º 0.53% 0.31% -
HSV(B) 162.65º 0.69% 0.47% -
XYZ 9.59 14.67 13.39 -
YUV 92.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 37 120 96 0.69 0 0.2 0.53 162.65 0.53 0.31
Hex 25 78 60 45 0 14 35 A3 35 1F
Octal 45 170 140 105 0 24 65 243 65 37
Binary 100101 1111000 1100000 1000101 0 10100 110101 10100011 110101 11111

Color Harmonies of #257860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257860

Black with #257860

Text Example


Text Example

White with #257860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257860; }

 p { color: rgb(37,120,96); }

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

background-color css

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

 a { background-color: rgb(37,120,96); }

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

border-color css

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

 span { border-color: rgb(37,120,96); }

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