Html Css Color HEX #257963 Deep Sea

📋 copy color: '#257963'

red 37 ◦ green 121 ◦ blue 99

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

Shades of Deep Sea #257963

Tints of Deep Sea #257963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.08%

 BLUE value IS 99 (39.06% from 255) = 38.52%

R = 14.4%
G = 47.08%
B = 38.52%

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

#257963 (or 0x257963) is known color: Deep Sea. HEX triplet: 25, 79 and 63. RGB value is (37,121,99). Sum of RGB (Red+Green+Blue) = 37+121+99=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #257963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257963 is #DA869C. Grayscale: #5D5D5D. Windows color (decimal): -14321309 or 6519077. OLE color: 6519077.

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

Color convert

RGB 37 121 99 -
CMYK 0.69 0 0.18 0.53
HSL 164.29º 0.53% 0.31% -
HSV(B) 164.29º 0.69% 0.47% -
XYZ 9.85 14.97 14.17 -
YUV 93.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 37 121 99 0.69 0 0.18 0.53 164.29 0.53 0.31
Hex 25 79 63 45 0 12 35 A4 35 1F
Octal 45 171 143 105 0 22 65 244 65 37
Binary 100101 1111001 1100011 1000101 0 10010 110101 10100100 110101 11111

Color Harmonies of #257963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257963

Black with #257963

Text Example


Text Example

White with #257963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257963; }

 p { color: rgb(37,121,99); }

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

background-color css

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

 a { background-color: rgb(37,121,99); }

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

border-color css

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

 span { border-color: rgb(37,121,99); }

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