Html Css Color HEX #25727C Allports

📋 copy color: '#25727C'

red 37 ◦ green 114 ◦ blue 124

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

Shades of Allports #25727C

Tints of Allports #25727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 13.45%
G = 41.45%
B = 45.09%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25727C (or 0x25727C) is known color: Allports. HEX triplet: 25, 72 and 7C. RGB value is (37,114,124). Sum of RGB (Red+Green+Blue) = 37+114+124=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #25727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25727C is #DA8D83. Grayscale: #5B5B5B. Windows color (decimal): -14323076 or 8155685. OLE color: 8155685.

HSL color Cylindrical-coordinate representation of color #25727C: hue angle of 186.9º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25727C is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 114 124 -
CMYK 0.70 0.08 0 0.51
HSL 186.9º 0.54% 0.32% -
HSV(B) 186.9º 0.7% 0.49% -
XYZ 10.42 13.88 21.2 -
YUV 92.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 37 114 124 0.70 0.08 0 0.51 186.9 0.54 0.32
Hex 25 72 7C 46 8 0 33 BB 36 20
Octal 45 162 174 106 10 0 63 273 66 40
Binary 100101 1110010 1111100 1000110 1000 0 110011 10111011 110110 100000

Color Harmonies of #25727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25727C

Black with #25727C

Text Example


Text Example

White with #25727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25727C; }

 p { color: rgb(37,114,124); }

 H1.HeaderClassName
 {
   color: #25727C;
 }
 .AnyTagClassName
 {
   color: #25727C;
 }
</style>

background-color css

<style>
 a { background-color: #25727C; }

 a { background-color: rgb(37,114,124); }

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

border-color css

<style>
 span { border-color: #25727C; }

 span { border-color: rgb(37,114,124); }

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