Html Css Color HEX #257F67 Deep Sea

📋 copy color: '#257F67'

red 37 ◦ green 127 ◦ blue 103

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

Shades of Deep Sea #257F67

Tints of Deep Sea #257F67

RGB

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

 GREEN value IS 127 (50% from 255) = 47.57%

 BLUE value IS 103 (40.63% from 255) = 38.58%

R = 13.86%
G = 47.57%
B = 38.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#257F67 (or 0x257F67) is known color: Deep Sea. HEX triplet: 25, 7F and 67. RGB value is (37,127,103). Sum of RGB (Red+Green+Blue) = 37+127+103=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #257F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F67 is #DA8098. Grayscale: #616161. Windows color (decimal): -14319769 or 6782757. OLE color: 6782757.

HSL color Cylindrical-coordinate representation of color #257F67: hue angle of 164º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F67 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 127 103 -
CMYK 0.71 0 0.19 0.50
HSL 164º 0.55% 0.32% -
HSV(B) 164º 0.71% 0.5% -
XYZ 10.8 16.55 15.46 -
YUV 97.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 37 127 103 0.71 0 0.19 0.50 164 0.55 0.32
Hex 25 7F 67 47 0 13 32 A4 37 20
Octal 45 177 147 107 0 23 62 244 67 40
Binary 100101 1111111 1100111 1000111 0 10011 110010 10100100 110111 100000

Color Harmonies of #257F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F67

Black with #257F67

Text Example


Text Example

White with #257F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,127,103); }

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

background-color css

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

 a { background-color: rgb(37,127,103); }

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

border-color css

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

 span { border-color: rgb(37,127,103); }

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