Html Css Color HEX #60BCAD Puerto Rico

📋 copy color: '#60BCAD'

red 96 ◦ green 188 ◦ blue 173

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

Shades of Puerto Rico #60BCAD

Tints of Puerto Rico #60BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 21.01%
G = 41.14%
B = 37.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#60BCAD (or 0x60BCAD) is known color: Puerto Rico. HEX triplet: 60, BC and AD. RGB value is (96,188,173). Sum of RGB (Red+Green+Blue) = 96+188+173=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BCAD is #9F4352. Grayscale: #9E9E9E. Windows color (decimal): -10437459 or 11385952. OLE color: 11385952.

HSL color Cylindrical-coordinate representation of color #60BCAD: hue angle of 170.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BCAD is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 188 173 -
CMYK 0.49 0 0.08 0.26
HSL 170.22º 0.41% 0.56% -
HSV(B) 170.22º 0.49% 0.74% -
XYZ 30.35 41.47 45.94 -
YUV 158.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 96 188 173 0.49 0 0.08 0.26 170.22 0.41 0.56
Hex 60 BC AD 31 0 8 1A AA 29 38
Octal 140 274 255 61 0 10 32 252 51 70
Binary 1100000 10111100 10101101 110001 0 1000 11010 10101010 101001 111000

Color Harmonies of #60BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCAD

Black with #60BCAD

Text Example


Text Example

White with #60BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,188,173); }

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

background-color css

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

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

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

border-color css

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

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

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