Html Css Color HEX #255359 Teal Blue

📋 copy color: '#255359'

red 37 ◦ green 83 ◦ blue 89

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

Shades of Teal Blue #255359

Tints of Teal Blue #255359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.71%

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 17.7%
G = 39.71%
B = 42.58%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#255359 (or 0x255359) is known color: Teal Blue. HEX triplet: 25, 53 and 59. RGB value is (37,83,89). Sum of RGB (Red+Green+Blue) = 37+83+89=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #255359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255359 is #DAACA6. Grayscale: #454545. Windows color (decimal): -14331047 or 5853989. OLE color: 5853989.

HSL color Cylindrical-coordinate representation of color #255359: hue angle of 186.92º 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 #255359 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 83 89 -
CMYK 0.58 0.07 0 0.65
HSL 186.92º 0.41% 0.25% -
HSV(B) 186.92º 0.58% 0.35% -
XYZ 5.66 7.3 10.56 -
YUV 69.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 37 83 89 0.58 0.07 0 0.65 186.92 0.41 0.25
Hex 25 53 59 3A 7 0 41 BB 29 19
Octal 45 123 131 72 7 0 101 273 51 31
Binary 100101 1010011 1011001 111010 111 0 1000001 10111011 101001 11001

Color Harmonies of #255359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255359

Black with #255359

Text Example


Text Example

White with #255359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255359; }

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

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

background-color css

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

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

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

border-color css

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

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

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