Html Css Color HEX #257B5E Deep Sea

📋 copy color: '#257B5E'

red 37 ◦ green 123 ◦ blue 94

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

Shades of Deep Sea #257B5E

Tints of Deep Sea #257B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 14.57%
G = 48.43%
B = 37.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#257B5E (or 0x257B5E) is known color: Deep Sea. HEX triplet: 25, 7B and 5E. RGB value is (37,123,94). Sum of RGB (Red+Green+Blue) = 37+123+94=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 123 (48.44% from 255 or 48.43% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 123 - color contains mainly: green. Hex color #257B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B5E is #DA84A1. Grayscale: #5E5E5E. Windows color (decimal): -14320802 or 6191909. OLE color: 6191909.

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

Color convert

RGB 37 123 94 -
CMYK 0.70 0 0.24 0.52
HSL 159.77º 0.54% 0.31% -
HSV(B) 159.77º 0.7% 0.48% -
XYZ 9.87 15.37 13.04 -
YUV 93.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 37 123 94 0.70 0 0.24 0.52 159.77 0.54 0.31
Hex 25 7B 5E 46 0 18 34 A0 36 1F
Octal 45 173 136 106 0 30 64 240 66 37
Binary 100101 1111011 1011110 1000110 0 11000 110100 10100000 110110 11111

Color Harmonies of #257B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257B5E

Black with #257B5E

Text Example


Text Example

White with #257B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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