Html Css Color HEX #60B5B2 Fountain Blue

📋 copy color: '#60B5B2'

red 96 ◦ green 181 ◦ blue 178

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

Shades of Fountain Blue #60B5B2

Tints of Fountain Blue #60B5B2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.78%

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 21.1%
G = 39.78%
B = 39.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#60B5B2 (or 0x60B5B2) is known color: Fountain Blue. HEX triplet: 60, B5 and B2. RGB value is (96,181,178). Sum of RGB (Red+Green+Blue) = 96+181+178=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #60B5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B5B2 is #9F4A4D. Grayscale: #9B9B9B. Windows color (decimal): -10439246 or 11711840. OLE color: 11711840.

HSL color Cylindrical-coordinate representation of color #60B5B2: hue angle of 177.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B5B2 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 181 178 -
CMYK 0.47 0 0.02 0.29
HSL 177.88º 0.36% 0.54% -
HSV(B) 177.88º 0.47% 0.71% -
XYZ 29.38 38.75 48.05 -
YUV 155.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 96 181 178 0.47 0 0.02 0.29 177.88 0.36 0.54
Hex 60 B5 B2 2F 0 2 1D B2 24 36
Octal 140 265 262 57 0 2 35 262 44 66
Binary 1100000 10110101 10110010 101111 0 10 11101 10110010 100100 110110

Color Harmonies of #60B5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5B2

Black with #60B5B2

Text Example


Text Example

White with #60B5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,181,178); }

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

background-color css

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

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

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

border-color css

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

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

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