Html Css Color HEX #60BCAF Puerto Rico

📋 copy color: '#60BCAF'

red 96 ◦ green 188 ◦ blue 175

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

Shades of Puerto Rico #60BCAF

Tints of Puerto Rico #60BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 20.92%
G = 40.96%
B = 38.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#60BCAF (or 0x60BCAF) is known color: Puerto Rico. HEX triplet: 60, BC and AF. RGB value is (96,188,175). Sum of RGB (Red+Green+Blue) = 96+188+175=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BCAF is #9F4350. Grayscale: #9E9E9E. Windows color (decimal): -10437457 or 11517024. OLE color: 11517024.

HSL color Cylindrical-coordinate representation of color #60BCAF: hue angle of 171.52º 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 #60BCAF is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 188 175 -
CMYK 0.49 0 0.07 0.26
HSL 171.52º 0.41% 0.56% -
HSV(B) 171.52º 0.49% 0.74% -
XYZ 30.54 41.55 46.97 -
YUV 159.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 96 188 175 0.49 0 0.07 0.26 171.52 0.41 0.56
Hex 60 BC AF 31 0 7 1A AC 29 38
Octal 140 274 257 61 0 7 32 254 51 70
Binary 1100000 10111100 10101111 110001 0 111 11010 10101100 101001 111000

Color Harmonies of #60BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCAF

Black with #60BCAF

Text Example


Text Example

White with #60BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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