Html Css Color HEX #254652 Teal Blue

📋 copy color: '#254652'

red 37 ◦ green 70 ◦ blue 82

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

Shades of Teal Blue #254652

Tints of Teal Blue #254652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

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

R = 19.58%
G = 37.04%
B = 43.39%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#254652 (or 0x254652) is known color: Teal Blue. HEX triplet: 25, 46 and 52. RGB value is (37,70,82). Sum of RGB (Red+Green+Blue) = 37+70+82=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #254652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254652 is #DAB9AD. Grayscale: #3D3D3D. Windows color (decimal): -14334382 or 5391909. OLE color: 5391909.

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

Color convert

RGB 37 70 82 -
CMYK 0.55 0.15 0 0.68
HSL 196º 0.38% 0.23% -
HSV(B) 196º 0.55% 0.32% -
XYZ 4.48 5.38 8.79 -
YUV 61.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 37 70 82 0.55 0.15 0 0.68 196 0.38 0.23
Hex 25 46 52 37 F 0 44 C4 26 17
Octal 45 106 122 67 17 0 104 304 46 27
Binary 100101 1000110 1010010 110111 1111 0 1000100 11000100 100110 10111

Color Harmonies of #254652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254652

Black with #254652

Text Example


Text Example

White with #254652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254652; }

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

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

background-color css

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

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

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

border-color css

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

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

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