Html Css Color HEX #254552 Teal Blue

📋 copy color: '#254552'

red 37 ◦ green 69 ◦ blue 82

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

Shades of Teal Blue #254552

Tints of Teal Blue #254552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

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

R = 19.68%
G = 36.7%
B = 43.62%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254552 (or 0x254552) is known color: Teal Blue. HEX triplet: 25, 45 and 52. RGB value is (37,69,82). Sum of RGB (Red+Green+Blue) = 37+69+82=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #254552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254552 is #DABAAD. Grayscale: #3C3C3C. Windows color (decimal): -14334638 or 5391653. OLE color: 5391653.

HSL color Cylindrical-coordinate representation of color #254552: hue angle of 197.33º 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 #254552 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 69 82 -
CMYK 0.55 0.16 0 0.68
HSL 197.33º 0.38% 0.23% -
HSV(B) 197.33º 0.55% 0.32% -
XYZ 4.41 5.26 8.77 -
YUV 60.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 37 69 82 0.55 0.16 0 0.68 197.33 0.38 0.23
Hex 25 45 52 37 10 0 44 C5 26 17
Octal 45 105 122 67 20 0 104 305 46 27
Binary 100101 1000101 1010010 110111 10000 0 1000100 11000101 100110 10111

Color Harmonies of #254552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254552

Black with #254552

Text Example


Text Example

White with #254552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254552; }

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

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

background-color css

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

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

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

border-color css

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

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

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