Html Css Color HEX #60B9A7 Puerto Rico

📋 copy color: '#60B9A7'

red 96 ◦ green 185 ◦ blue 167

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

Shades of Puerto Rico #60B9A7

Tints of Puerto Rico #60B9A7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.29%

 BLUE value IS 167 (65.63% from 255) = 37.28%

R = 21.43%
G = 41.29%
B = 37.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#60B9A7 (or 0x60B9A7) is known color: Puerto Rico. HEX triplet: 60, B9 and A7. RGB value is (96,185,167). Sum of RGB (Red+Green+Blue) = 96+185+167=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #60B9A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B9A7 is #9F4658. Grayscale: #9C9C9C. Windows color (decimal): -10438233 or 10991968. OLE color: 10991968.

HSL color Cylindrical-coordinate representation of color #60B9A7: hue angle of 167.87º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B9A7 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 185 167 -
CMYK 0.48 0 0.10 0.27
HSL 167.87º 0.39% 0.55% -
HSV(B) 167.87º 0.48% 0.73% -
XYZ 29.15 39.97 42.74 -
YUV 156.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 96 185 167 0.48 0 0.10 0.27 167.87 0.39 0.55
Hex 60 B9 A7 30 0 A 1B A8 27 37
Octal 140 271 247 60 0 12 33 250 47 67
Binary 1100000 10111001 10100111 110000 0 1010 11011 10101000 100111 110111

Color Harmonies of #60B9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B9A7

Black with #60B9A7

Text Example


Text Example

White with #60B9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,185,167); }

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

background-color css

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

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

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

border-color css

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

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

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