Html Css Color HEX #60BEA7 Puerto Rico

📋 copy color: '#60BEA7'

red 96 ◦ green 190 ◦ blue 167

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

Shades of Puerto Rico #60BEA7

Tints of Puerto Rico #60BEA7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

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

R = 21.19%
G = 41.94%
B = 36.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#60BEA7 (or 0x60BEA7) is known color: Puerto Rico. HEX triplet: 60, BE and A7. RGB value is (96,190,167). Sum of RGB (Red+Green+Blue) = 96+190+167=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BEA7 is #9F4158. Grayscale: #9F9F9F. Windows color (decimal): -10436953 or 10993248. OLE color: 10993248.

HSL color Cylindrical-coordinate representation of color #60BEA7: hue angle of 165.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BEA7 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 190 167 -
CMYK 0.49 0 0.12 0.25
HSL 165.32º 0.42% 0.56% -
HSV(B) 165.32º 0.49% 0.75% -
XYZ 30.21 42.1 43.09 -
YUV 159.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 96 190 167 0.49 0 0.12 0.25 165.32 0.42 0.56
Hex 60 BE A7 31 0 C 19 A5 2A 38
Octal 140 276 247 61 0 14 31 245 52 70
Binary 1100000 10111110 10100111 110001 0 1100 11001 10100101 101010 111000

Color Harmonies of #60BEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEA7

Black with #60BEA7

Text Example


Text Example

White with #60BEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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