Html Css Color HEX #60C0AF Puerto Rico

📋 copy color: '#60C0AF'

red 96 ◦ green 192 ◦ blue 175

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

Shades of Puerto Rico #60C0AF

Tints of Puerto Rico #60C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.47%

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

R = 20.73%
G = 41.47%
B = 37.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#60C0AF (or 0x60C0AF) is known color: Puerto Rico. HEX triplet: 60, C0 and AF. RGB value is (96,192,175). Sum of RGB (Red+Green+Blue) = 96+192+175=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #60C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C0AF is #9F3F50. Grayscale: #A1A1A1. Windows color (decimal): -10436433 or 11518048. OLE color: 11518048.

HSL color Cylindrical-coordinate representation of color #60C0AF: hue angle of 169.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C0AF is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 192 175 -
CMYK 0.50 0 0.09 0.25
HSL 169.38º 0.43% 0.56% -
HSV(B) 169.38º 0.5% 0.75% -
XYZ 31.41 43.28 47.26 -
YUV 161.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 96 192 175 0.50 0 0.09 0.25 169.38 0.43 0.56
Hex 60 C0 AF 32 0 9 19 A9 2B 38
Octal 140 300 257 62 0 11 31 251 53 70
Binary 1100000 11000000 10101111 110010 0 1001 11001 10101001 101011 111000

Color Harmonies of #60C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C0AF

Black with #60C0AF

Text Example


Text Example

White with #60C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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