Html Css Color HEX #257661 Deep Sea

📋 copy color: '#257661'

red 37 ◦ green 118 ◦ blue 97

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

Shades of Deep Sea #257661

Tints of Deep Sea #257661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

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

R = 14.68%
G = 46.83%
B = 38.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#257661 (or 0x257661) is known color: Deep Sea. HEX triplet: 25, 76 and 61. RGB value is (37,118,97). Sum of RGB (Red+Green+Blue) = 37+118+97=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #257661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257661 is #DA899E. Grayscale: #5B5B5B. Windows color (decimal): -14322079 or 6387237. OLE color: 6387237.

HSL color Cylindrical-coordinate representation of color #257661: hue angle of 164.44º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257661 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 118 97 -
CMYK 0.69 0 0.18 0.54
HSL 164.44º 0.52% 0.3% -
HSV(B) 164.44º 0.69% 0.46% -
XYZ 9.4 14.21 13.56 -
YUV 91.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 37 118 97 0.69 0 0.18 0.54 164.44 0.52 0.3
Hex 25 76 61 45 0 12 36 A4 34 1E
Octal 45 166 141 105 0 22 66 244 64 36
Binary 100101 1110110 1100001 1000101 0 10010 110110 10100100 110100 11110

Color Harmonies of #257661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257661

Black with #257661

Text Example


Text Example

White with #257661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257661; }

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

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

background-color css

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

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

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

border-color css

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

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

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