Html Css Color HEX #254C54 Teal Blue

📋 copy color: '#254C54'

red 37 ◦ green 76 ◦ blue 84

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

Shades of Teal Blue #254C54

Tints of Teal Blue #254C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

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

R = 18.78%
G = 38.58%
B = 42.64%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254C54 (or 0x254C54) is known color: Teal Blue. HEX triplet: 25, 4C and 54. RGB value is (37,76,84). Sum of RGB (Red+Green+Blue) = 37+76+84=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #254C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C54 is #DAB3AB. Grayscale: #414141. Windows color (decimal): -14332844 or 5524517. OLE color: 5524517.

HSL color Cylindrical-coordinate representation of color #254C54: hue angle of 190.21º 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 #254C54 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 76 84 -
CMYK 0.56 0.10 0 0.67
HSL 190.21º 0.39% 0.24% -
HSV(B) 190.21º 0.56% 0.33% -
XYZ 4.95 6.2 9.32 -
YUV 65.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 37 76 84 0.56 0.10 0 0.67 190.21 0.39 0.24
Hex 25 4C 54 38 A 0 43 BE 27 18
Octal 45 114 124 70 12 0 103 276 47 30
Binary 100101 1001100 1010100 111000 1010 0 1000011 10111110 100111 11000

Color Harmonies of #254C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C54

Black with #254C54

Text Example


Text Example

White with #254C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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