Html Css Color HEX #254952 Teal Blue

📋 copy color: '#254952'

red 37 ◦ green 73 ◦ blue 82

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

Shades of Teal Blue #254952

Tints of Teal Blue #254952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.02%

 BLUE value IS 82 (32.42% from 255) = 42.71%

R = 19.27%
G = 38.02%
B = 42.71%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254952 (or 0x254952) is known color: Teal Blue. HEX triplet: 25, 49 and 52. RGB value is (37,73,82). Sum of RGB (Red+Green+Blue) = 37+73+82=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #254952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254952 is #DAB6AD. Grayscale: #3F3F3F. Windows color (decimal): -14333614 or 5392677. OLE color: 5392677.

HSL color Cylindrical-coordinate representation of color #254952: hue angle of 192º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254952 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 73 82 -
CMYK 0.55 0.11 0 0.68
HSL 192º 0.38% 0.23% -
HSV(B) 192º 0.55% 0.32% -
XYZ 4.67 5.77 8.85 -
YUV 63.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 37 73 82 0.55 0.11 0 0.68 192 0.38 0.23
Hex 25 49 52 37 B 0 44 C0 26 17
Octal 45 111 122 67 13 0 104 300 46 27
Binary 100101 1001001 1010010 110111 1011 0 1000100 11000000 100110 10111

Color Harmonies of #254952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254952

Black with #254952

Text Example


Text Example

White with #254952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254952; }

 p { color: rgb(37,73,82); }

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

background-color css

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

 a { background-color: rgb(37,73,82); }

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

border-color css

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

 span { border-color: rgb(37,73,82); }

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