Html Css Color HEX #257A5C Deep Sea

📋 copy color: '#257A5C'

red 37 ◦ green 122 ◦ blue 92

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

Shades of Deep Sea #257A5C

Tints of Deep Sea #257A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.61%

 BLUE value IS 92 (36.33% from 255) = 36.65%

R = 14.74%
G = 48.61%
B = 36.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#257A5C (or 0x257A5C) is known color: Deep Sea. HEX triplet: 25, 7A and 5C. RGB value is (37,122,92). Sum of RGB (Red+Green+Blue) = 37+122+92=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #257A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A5C is #DA85A3. Grayscale: #5D5D5D. Windows color (decimal): -14321060 or 6060581. OLE color: 6060581.

HSL color Cylindrical-coordinate representation of color #257A5C: hue angle of 158.82º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A5C is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 122 92 -
CMYK 0.70 0 0.25 0.52
HSL 158.82º 0.53% 0.31% -
HSV(B) 158.82º 0.7% 0.48% -
XYZ 9.65 15.09 12.53 -
YUV 93.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 37 122 92 0.70 0 0.25 0.52 158.82 0.53 0.31
Hex 25 7A 5C 46 0 19 34 9F 35 1F
Octal 45 172 134 106 0 31 64 237 65 37
Binary 100101 1111010 1011100 1000110 0 11001 110100 10011111 110101 11111

Color Harmonies of #257A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257A5C

Black with #257A5C

Text Example


Text Example

White with #257A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,122,92); }

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

background-color css

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

 a { background-color: rgb(37,122,92); }

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

border-color css

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

 span { border-color: rgb(37,122,92); }

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