Html Css Color HEX #5ABDBB Fountain Blue

📋 copy color: '#5ABDBB'

red 90 ◦ green 189 ◦ blue 187

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

Shades of Fountain Blue #5ABDBB

Tints of Fountain Blue #5ABDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

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

R = 19.31%
G = 40.56%
B = 40.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#5ABDBB (or 0x5ABDBB) is known color: Fountain Blue. HEX triplet: 5A, BD and BB. RGB value is (90,189,187). Sum of RGB (Red+Green+Blue) = 90+189+187=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDBB is #A54244. Grayscale: #9F9F9F. Windows color (decimal): -10830405 or 12303706. OLE color: 12303706.

HSL color Cylindrical-coordinate representation of color #5ABDBB: hue angle of 178.79º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABDBB is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 189 187 -
CMYK 0.52 0 0.01 0.26
HSL 178.79º 0.43% 0.55% -
HSV(B) 178.79º 0.52% 0.74% -
XYZ 31.38 42.16 53.5 -
YUV 159.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 90 189 187 0.52 0 0.01 0.26 178.79 0.43 0.55
Hex 5A BD BB 34 0 1 1A B3 2B 37
Octal 132 275 273 64 0 1 32 263 53 67
Binary 1011010 10111101 10111011 110100 0 1 11010 10110011 101011 110111

Color Harmonies of #5ABDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDBB

Black with #5ABDBB

Text Example


Text Example

White with #5ABDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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