Html Css Color HEX #254A52 Teal Blue

📋 copy color: '#254A52'

red 37 ◦ green 74 ◦ blue 82

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

Shades of Teal Blue #254A52

Tints of Teal Blue #254A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

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

R = 19.17%
G = 38.34%
B = 42.49%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254A52 (or 0x254A52) is known color: Teal Blue. HEX triplet: 25, 4A and 52. RGB value is (37,74,82). Sum of RGB (Red+Green+Blue) = 37+74+82=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #254A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A52 is #DAB5AD. Grayscale: #3F3F3F. Windows color (decimal): -14333358 or 5392933. OLE color: 5392933.

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

Color convert

RGB 37 74 82 -
CMYK 0.55 0.10 0 0.68
HSL 190.67º 0.38% 0.23% -
HSV(B) 190.67º 0.55% 0.32% -
XYZ 4.73 5.9 8.87 -
YUV 63.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 37 74 82 0.55 0.10 0 0.68 190.67 0.38 0.23
Hex 25 4A 52 37 A 0 44 BF 26 17
Octal 45 112 122 67 12 0 104 277 46 27
Binary 100101 1001010 1010010 110111 1010 0 1000100 10111111 100110 10111

Color Harmonies of #254A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A52

Black with #254A52

Text Example


Text Example

White with #254A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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