Html Css Color HEX #60BEAB Puerto Rico

📋 copy color: '#60BEAB'

red 96 ◦ green 190 ◦ blue 171

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

Shades of Puerto Rico #60BEAB

Tints of Puerto Rico #60BEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 21.01%
G = 41.58%
B = 37.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#60BEAB (or 0x60BEAB) is known color: Puerto Rico. HEX triplet: 60, BE and AB. RGB value is (96,190,171). Sum of RGB (Red+Green+Blue) = 96+190+171=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BEAB is #9F4154. Grayscale: #9F9F9F. Windows color (decimal): -10436949 or 11255392. OLE color: 11255392.

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

Color convert

RGB 96 190 171 -
CMYK 0.49 0 0.10 0.25
HSL 167.87º 0.42% 0.56% -
HSV(B) 167.87º 0.49% 0.75% -
XYZ 30.59 42.25 45.07 -
YUV 159.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 96 190 171 0.49 0 0.10 0.25 167.87 0.42 0.56
Hex 60 BE AB 31 0 A 19 A8 2A 38
Octal 140 276 253 61 0 12 31 250 52 70
Binary 1100000 10111110 10101011 110001 0 1010 11001 10101000 101010 111000

Color Harmonies of #60BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEAB

Black with #60BEAB

Text Example


Text Example

White with #60BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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