Html Css Color HEX #60BEAC Puerto Rico

📋 copy color: '#60BEAC'

red 96 ◦ green 190 ◦ blue 172

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

Shades of Puerto Rico #60BEAC

Tints of Puerto Rico #60BEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 20.96%
G = 41.48%
B = 37.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#60BEAC (or 0x60BEAC) is known color: Puerto Rico. HEX triplet: 60, BE and AC. RGB value is (96,190,172). Sum of RGB (Red+Green+Blue) = 96+190+172=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BEAC is #9F4153. Grayscale: #9F9F9F. Windows color (decimal): -10436948 or 11320928. OLE color: 11320928.

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

Color convert

RGB 96 190 172 -
CMYK 0.49 0 0.09 0.25
HSL 168.51º 0.42% 0.56% -
HSV(B) 168.51º 0.49% 0.75% -
XYZ 30.68 42.29 45.58 -
YUV 159.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 96 190 172 0.49 0 0.09 0.25 168.51 0.42 0.56
Hex 60 BE AC 31 0 9 19 A9 2A 38
Octal 140 276 254 61 0 11 31 251 52 70
Binary 1100000 10111110 10101100 110001 0 1001 11001 10101001 101010 111000

Color Harmonies of #60BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEAC

Black with #60BEAC

Text Example


Text Example

White with #60BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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