Html Css Color HEX #254752 Teal Blue

📋 copy color: '#254752'

red 37 ◦ green 71 ◦ blue 82

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

Shades of Teal Blue #254752

Tints of Teal Blue #254752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.37%

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

R = 19.47%
G = 37.37%
B = 43.16%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254752 (or 0x254752) is known color: Teal Blue. HEX triplet: 25, 47 and 52. RGB value is (37,71,82). Sum of RGB (Red+Green+Blue) = 37+71+82=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #254752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254752 is #DAB8AD. Grayscale: #3E3E3E. Windows color (decimal): -14334126 or 5392165. OLE color: 5392165.

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

Color convert

RGB 37 71 82 -
CMYK 0.55 0.13 0 0.68
HSL 194.67º 0.38% 0.23% -
HSV(B) 194.67º 0.55% 0.32% -
XYZ 4.54 5.51 8.81 -
YUV 62.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 37 71 82 0.55 0.13 0 0.68 194.67 0.38 0.23
Hex 25 47 52 37 D 0 44 C3 26 17
Octal 45 107 122 67 15 0 104 303 46 27
Binary 100101 1000111 1010010 110111 1101 0 1000100 11000011 100110 10111

Color Harmonies of #254752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254752

Black with #254752

Text Example


Text Example

White with #254752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254752; }

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

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

background-color css

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

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

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

border-color css

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

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

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