Html Css Color HEX #5ABBBB Fountain Blue

📋 copy color: '#5ABBBB'

red 90 ◦ green 187 ◦ blue 187

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

Shades of Fountain Blue #5ABBBB

Tints of Fountain Blue #5ABBBB

RGB

 RED value IS 90 (35.55% from 255) = 19.4%

 GREEN value IS 187 (73.44% from 255) = 40.3%

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 19.4%
G = 40.3%
B = 40.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5ABBBB (or 0x5ABBBB) is known color: Fountain Blue. HEX triplet: 5A, BB and BB. RGB value is (90,187,187). Sum of RGB (Red+Green+Blue) = 90+187+187=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #5ABBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBBB is #A54444. Grayscale: #9D9D9D. Windows color (decimal): -10830917 or 12303194. OLE color: 12303194.

HSL color Cylindrical-coordinate representation of color #5ABBBB: hue angle of 180º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABBBB is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 187 187 -
CMYK 0.52 0 0 0.27
HSL 180º 0.42% 0.54% -
HSV(B) 180º 0.52% 0.73% -
XYZ 30.96 41.3 53.35 -
YUV 158 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 90 187 187 0.52 0 0 0.27 180 0.42 0.54
Hex 5A BB BB 34 0 0 1B B4 2A 36
Octal 132 273 273 64 0 0 33 264 52 66
Binary 1011010 10111011 10111011 110100 0 0 11011 10110100 101010 110110

Color Harmonies of #5ABBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABBBB

Black with #5ABBBB

Text Example


Text Example

White with #5ABBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABBBB; }

 p { color: rgb(90,187,187); }

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

background-color css

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

 a { background-color: rgb(90,187,187); }

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

border-color css

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

 span { border-color: rgb(90,187,187); }

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