Html Css Color HEX #254B53 Teal Blue

📋 copy color: '#254B53'

red 37 ◦ green 75 ◦ blue 83

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

Shades of Teal Blue #254B53

Tints of Teal Blue #254B53

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.46%

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

R = 18.97%
G = 38.46%
B = 42.56%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254B53 (or 0x254B53) is known color: Teal Blue. HEX triplet: 25, 4B and 53. RGB value is (37,75,83). Sum of RGB (Red+Green+Blue) = 37+75+83=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #254B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B53 is #DAB4AC. Grayscale: #404040. Windows color (decimal): -14333101 or 5458725. OLE color: 5458725.

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

Color convert

RGB 37 75 83 -
CMYK 0.55 0.10 0 0.67
HSL 190.43º 0.38% 0.24% -
HSV(B) 190.43º 0.55% 0.33% -
XYZ 4.84 6.05 9.1 -
YUV 64.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 37 75 83 0.55 0.10 0 0.67 190.43 0.38 0.24
Hex 25 4B 53 37 A 0 43 BE 26 18
Octal 45 113 123 67 12 0 103 276 46 30
Binary 100101 1001011 1010011 110111 1010 0 1000011 10111110 100110 11000

Color Harmonies of #254B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B53

Black with #254B53

Text Example


Text Example

White with #254B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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