Html Css Color HEX #254854 Teal Blue

📋 copy color: '#254854'

red 37 ◦ green 72 ◦ blue 84

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

Shades of Teal Blue #254854

Tints of Teal Blue #254854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.52%

R = 19.17%
G = 37.31%
B = 43.52%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254854 (or 0x254854) is known color: Teal Blue. HEX triplet: 25, 48 and 54. RGB value is (37,72,84). Sum of RGB (Red+Green+Blue) = 37+72+84=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #254854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254854 is #DAB7AB. Grayscale: #3E3E3E. Windows color (decimal): -14333868 or 5523493. OLE color: 5523493.

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

Color convert

RGB 37 72 84 -
CMYK 0.56 0.14 0 0.67
HSL 195.32º 0.39% 0.24% -
HSV(B) 195.32º 0.56% 0.33% -
XYZ 4.68 5.67 9.23 -
YUV 62.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 37 72 84 0.56 0.14 0 0.67 195.32 0.39 0.24
Hex 25 48 54 38 E 0 43 C3 27 18
Octal 45 110 124 70 16 0 103 303 47 30
Binary 100101 1001000 1010100 111000 1110 0 1000011 11000011 100111 11000

Color Harmonies of #254854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254854

Black with #254854

Text Example


Text Example

White with #254854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254854; }

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

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

background-color css

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

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

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

border-color css

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

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

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