Html Css Color HEX #256B7F Allports

📋 copy color: '#256B7F'

red 37 ◦ green 107 ◦ blue 127

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

Shades of Allports #256B7F

Tints of Allports #256B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.48%

 BLUE value IS 127 (50% from 255) = 46.86%

R = 13.65%
G = 39.48%
B = 46.86%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#256B7F (or 0x256B7F) is known color: Allports. HEX triplet: 25, 6B and 7F. RGB value is (37,107,127). Sum of RGB (Red+Green+Blue) = 37+107+127=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #256B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B7F is #DA9480. Grayscale: #585858. Windows color (decimal): -14324865 or 8350501. OLE color: 8350501.

HSL color Cylindrical-coordinate representation of color #256B7F: hue angle of 193.33º 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 #256B7F is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 107 127 -
CMYK 0.71 0.16 0 0.50
HSL 193.33º 0.55% 0.32% -
HSV(B) 193.33º 0.71% 0.5% -
XYZ 9.85 12.44 21.96 -
YUV 88.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 37 107 127 0.71 0.16 0 0.50 193.33 0.55 0.32
Hex 25 6B 7F 47 10 0 32 C1 37 20
Octal 45 153 177 107 20 0 62 301 67 40
Binary 100101 1101011 1111111 1000111 10000 0 110010 11000001 110111 100000

Color Harmonies of #256B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B7F

Black with #256B7F

Text Example


Text Example

White with #256B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256B7F; }

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

 H1.HeaderClassName
 {
   color: #256B7F;
 }
 .AnyTagClassName
 {
   color: #256B7F;
 }
</style>

background-color css

<style>
 a { background-color: #256B7F; }

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

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

border-color css

<style>
 span { border-color: #256B7F; }

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

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