Html Css Color HEX #28555C Teal Blue

📋 copy color: '#28555C'

red 40 ◦ green 85 ◦ blue 92

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

Shades of Teal Blue #28555C

Tints of Teal Blue #28555C

RGB

 RED value IS 40 (16.02% from 255) = 18.43%

 GREEN value IS 85 (33.59% from 255) = 39.17%

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 18.43%
G = 39.17%
B = 42.4%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28555C (or 0x28555C) is known color: Teal Blue. HEX triplet: 28, 55 and 5C. RGB value is (40,85,92). Sum of RGB (Red+Green+Blue) = 40+85+92=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #28555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28555C is #D7AAA3. Grayscale: #484848. Windows color (decimal): -14133924 or 6051112. OLE color: 6051112.

HSL color Cylindrical-coordinate representation of color #28555C: hue angle of 188.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28555C is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 85 92 -
CMYK 0.57 0.08 0 0.64
HSL 188.08º 0.39% 0.26% -
HSV(B) 188.08º 0.57% 0.36% -
XYZ 6.06 7.72 11.3 -
YUV 72.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 40 85 92 0.57 0.08 0 0.64 188.08 0.39 0.26
Hex 28 55 5C 39 8 0 40 BC 27 1A
Octal 50 125 134 71 10 0 100 274 47 32
Binary 101000 1010101 1011100 111001 1000 0 1000000 10111100 100111 11010

Color Harmonies of #28555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28555C

Black with #28555C

Text Example


Text Example

White with #28555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28555C; }

 p { color: rgb(40,85,92); }

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

background-color css

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

 a { background-color: rgb(40,85,92); }

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

border-color css

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

 span { border-color: rgb(40,85,92); }

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