Html Css Color HEX #257B60 Deep Sea

📋 copy color: '#257B60'

red 37 ◦ green 123 ◦ blue 96

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

Shades of Deep Sea #257B60

Tints of Deep Sea #257B60

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.05%

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

R = 14.45%
G = 48.05%
B = 37.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#257B60 (or 0x257B60) is known color: Deep Sea. HEX triplet: 25, 7B and 60. RGB value is (37,123,96). Sum of RGB (Red+Green+Blue) = 37+123+96=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #257B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B60 is #DA849F. Grayscale: #5E5E5E. Windows color (decimal): -14320800 or 6322981. OLE color: 6322981.

HSL color Cylindrical-coordinate representation of color #257B60: hue angle of 161.16º degrees, saturation: 0.54, 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 #257B60 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 123 96 -
CMYK 0.70 0 0.22 0.52
HSL 161.16º 0.54% 0.31% -
HSV(B) 161.16º 0.7% 0.48% -
XYZ 9.96 15.4 13.51 -
YUV 94.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 37 123 96 0.70 0 0.22 0.52 161.16 0.54 0.31
Hex 25 7B 60 46 0 16 34 A1 36 1F
Octal 45 173 140 106 0 26 64 241 66 37
Binary 100101 1111011 1100000 1000110 0 10110 110100 10100001 110110 11111

Color Harmonies of #257B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257B60

Black with #257B60

Text Example


Text Example

White with #257B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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