Html Css Color HEX #257761 Deep Sea

📋 copy color: '#257761'

red 37 ◦ green 119 ◦ blue 97

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

Shades of Deep Sea #257761

Tints of Deep Sea #257761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.04%

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

R = 14.62%
G = 47.04%
B = 38.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#257761 (or 0x257761) is known color: Deep Sea. HEX triplet: 25, 77 and 61. RGB value is (37,119,97). Sum of RGB (Red+Green+Blue) = 37+119+97=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #257761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257761 is #DA889E. Grayscale: #5B5B5B. Windows color (decimal): -14321823 or 6387493. OLE color: 6387493.

HSL color Cylindrical-coordinate representation of color #257761: hue angle of 163.9º 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 #257761 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 119 97 -
CMYK 0.69 0 0.18 0.53
HSL 163.9º 0.53% 0.31% -
HSV(B) 163.9º 0.69% 0.47% -
XYZ 9.52 14.45 13.6 -
YUV 91.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 37 119 97 0.69 0 0.18 0.53 163.9 0.53 0.31
Hex 25 77 61 45 0 12 35 A4 35 1F
Octal 45 167 141 105 0 22 65 244 65 37
Binary 100101 1110111 1100001 1000101 0 10010 110101 10100100 110101 11111

Color Harmonies of #257761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257761

Black with #257761

Text Example


Text Example

White with #257761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257761; }

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

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

background-color css

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

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

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

border-color css

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

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

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