Html Css Color HEX #60BCAE Puerto Rico

📋 copy color: '#60BCAE'

red 96 ◦ green 188 ◦ blue 174

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

Shades of Puerto Rico #60BCAE

Tints of Puerto Rico #60BCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.99%

R = 20.96%
G = 41.05%
B = 37.99%

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

#60BCAE (or 0x60BCAE) is known color: Puerto Rico. HEX triplet: 60, BC and AE. RGB value is (96,188,174). Sum of RGB (Red+Green+Blue) = 96+188+174=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BCAE is #9F4351. Grayscale: #9E9E9E. Windows color (decimal): -10437458 or 11451488. OLE color: 11451488.

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

Color convert

RGB 96 188 174 -
CMYK 0.49 0 0.07 0.26
HSL 170.87º 0.41% 0.56% -
HSV(B) 170.87º 0.49% 0.74% -
XYZ 30.45 41.51 46.45 -
YUV 158.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 96 188 174 0.49 0 0.07 0.26 170.87 0.41 0.56
Hex 60 BC AE 31 0 7 1A AB 29 38
Octal 140 274 256 61 0 7 32 253 51 70
Binary 1100000 10111100 10101110 110001 0 111 11010 10101011 101001 111000

Color Harmonies of #60BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCAE

Black with #60BCAE

Text Example


Text Example

White with #60BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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