Html Css Color HEX #60ABAB Fountain Blue

📋 copy color: '#60ABAB'

red 96 ◦ green 171 ◦ blue 171

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

Shades of Fountain Blue #60ABAB

Tints of Fountain Blue #60ABAB

RGB

 RED value IS 96 (37.89% from 255) = 21.92%

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 21.92%
G = 39.04%
B = 39.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#60ABAB (or 0x60ABAB) is known color: Fountain Blue. HEX triplet: 60, AB and AB. RGB value is (96,171,171). Sum of RGB (Red+Green+Blue) = 96+171+171=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #60ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ABAB is #9F5454. Grayscale: #949494. Windows color (decimal): -10441813 or 11250528. OLE color: 11250528.

HSL color Cylindrical-coordinate representation of color #60ABAB: hue angle of 180º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60ABAB is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 171 171 -
CMYK 0.44 0 0 0.33
HSL 180º 0.31% 0.52% -
HSV(B) 180º 0.44% 0.67% -
XYZ 26.74 34.55 43.79 -
YUV 148.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 96 171 171 0.44 0 0 0.33 180 0.31 0.52
Hex 60 AB AB 2C 0 0 21 B4 1F 34
Octal 140 253 253 54 0 0 41 264 37 64
Binary 1100000 10101011 10101011 101100 0 0 100001 10110100 11111 110100

Color Harmonies of #60ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABAB

Black with #60ABAB

Text Example


Text Example

White with #60ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60ABAB; }

 p { color: rgb(96,171,171); }

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

background-color css

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

 a { background-color: rgb(96,171,171); }

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

border-color css

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

 span { border-color: rgb(96,171,171); }

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