Html Css Color HEX #257B65 Deep Sea

📋 copy color: '#257B65'

red 37 ◦ green 123 ◦ blue 101

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

Shades of Deep Sea #257B65

Tints of Deep Sea #257B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.7%

R = 14.18%
G = 47.13%
B = 38.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#257B65 (or 0x257B65) is known color: Deep Sea. HEX triplet: 25, 7B and 65. RGB value is (37,123,101). Sum of RGB (Red+Green+Blue) = 37+123+101=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #257B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B65 is #DA849A. Grayscale: #5E5E5E. Windows color (decimal): -14320795 or 6650661. OLE color: 6650661.

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

Color convert

RGB 37 123 101 -
CMYK 0.70 0 0.18 0.52
HSL 164.65º 0.54% 0.31% -
HSV(B) 164.65º 0.7% 0.48% -
XYZ 10.19 15.5 14.77 -
YUV 94.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 37 123 101 0.70 0 0.18 0.52 164.65 0.54 0.31
Hex 25 7B 65 46 0 12 34 A5 36 1F
Octal 45 173 145 106 0 22 64 245 66 37
Binary 100101 1111011 1100101 1000110 0 10010 110100 10100101 110110 11111

Color Harmonies of #257B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257B65

Black with #257B65

Text Example


Text Example

White with #257B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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