Html Css Color HEX #254653 Teal Blue

📋 copy color: '#254653'

red 37 ◦ green 70 ◦ blue 83

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

Shades of Teal Blue #254653

Tints of Teal Blue #254653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 19.47%
G = 36.84%
B = 43.68%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254653 (or 0x254653) is known color: Teal Blue. HEX triplet: 25, 46 and 53. RGB value is (37,70,83). Sum of RGB (Red+Green+Blue) = 37+70+83=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #254653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254653 is #DAB9AC. Grayscale: #3D3D3D. Windows color (decimal): -14334381 or 5457445. OLE color: 5457445.

HSL color Cylindrical-coordinate representation of color #254653: hue angle of 196.96º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254653 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 70 83 -
CMYK 0.55 0.16 0 0.67
HSL 196.96º 0.38% 0.24% -
HSV(B) 196.96º 0.55% 0.33% -
XYZ 4.51 5.4 8.99 -
YUV 61.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 37 70 83 0.55 0.16 0 0.67 196.96 0.38 0.24
Hex 25 46 53 37 10 0 43 C5 26 18
Octal 45 106 123 67 20 0 103 305 46 30
Binary 100101 1000110 1010011 110111 10000 0 1000011 11000101 100110 11000

Color Harmonies of #254653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254653

Black with #254653

Text Example


Text Example

White with #254653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254653; }

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

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

background-color css

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

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

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

border-color css

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

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

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