Html Css Color HEX #254852 Teal Blue

📋 copy color: '#254852'

red 37 ◦ green 72 ◦ blue 82

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

Shades of Teal Blue #254852

Tints of Teal Blue #254852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 19.37%
G = 37.7%
B = 42.93%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254852 (or 0x254852) is known color: Teal Blue. HEX triplet: 25, 48 and 52. RGB value is (37,72,82). Sum of RGB (Red+Green+Blue) = 37+72+82=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #254852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254852 is #DAB7AD. Grayscale: #3E3E3E. Windows color (decimal): -14333870 or 5392421. OLE color: 5392421.

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

Color convert

RGB 37 72 82 -
CMYK 0.55 0.12 0 0.68
HSL 193.33º 0.38% 0.23% -
HSV(B) 193.33º 0.55% 0.32% -
XYZ 4.6 5.64 8.83 -
YUV 62.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 37 72 82 0.55 0.12 0 0.68 193.33 0.38 0.23
Hex 25 48 52 37 C 0 44 C1 26 17
Octal 45 110 122 67 14 0 104 301 46 27
Binary 100101 1001000 1010010 110111 1100 0 1000100 11000001 100110 10111

Color Harmonies of #254852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254852

Black with #254852

Text Example


Text Example

White with #254852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254852; }

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

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

background-color css

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

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

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

border-color css

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

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

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