Html Css Color HEX #254C58 Teal Blue

📋 copy color: '#254C58'

red 37 ◦ green 76 ◦ blue 88

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

Shades of Teal Blue #254C58

Tints of Teal Blue #254C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 18.41%
G = 37.81%
B = 43.78%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#254C58 (or 0x254C58) is known color: Teal Blue. HEX triplet: 25, 4C and 58. RGB value is (37,76,88). Sum of RGB (Red+Green+Blue) = 37+76+88=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #254C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C58 is #DAB3A7. Grayscale: #414141. Windows color (decimal): -14332840 or 5786661. OLE color: 5786661.

HSL color Cylindrical-coordinate representation of color #254C58: hue angle of 194.12º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254C58 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 76 88 -
CMYK 0.58 0.14 0 0.65
HSL 194.12º 0.41% 0.25% -
HSV(B) 194.12º 0.58% 0.35% -
XYZ 5.11 6.27 10.17 -
YUV 65.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 37 76 88 0.58 0.14 0 0.65 194.12 0.41 0.25
Hex 25 4C 58 3A E 0 41 C2 29 19
Octal 45 114 130 72 16 0 101 302 51 31
Binary 100101 1001100 1011000 111010 1110 0 1000001 11000010 101001 11001

Color Harmonies of #254C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C58

Black with #254C58

Text Example


Text Example

White with #254C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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