Html Css Color HEX #60BCB0 Puerto Rico

📋 copy color: '#60BCB0'

red 96 ◦ green 188 ◦ blue 176

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

Shades of Puerto Rico #60BCB0

Tints of Puerto Rico #60BCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 20.87%
G = 40.87%
B = 38.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#60BCB0 (or 0x60BCB0) is known color: Puerto Rico. HEX triplet: 60, BC and B0. RGB value is (96,188,176). Sum of RGB (Red+Green+Blue) = 96+188+176=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BCB0 is #9F434F. Grayscale: #9F9F9F. Windows color (decimal): -10437456 or 11582560. OLE color: 11582560.

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

Color convert

RGB 96 188 176 -
CMYK 0.49 0 0.06 0.26
HSL 172.17º 0.41% 0.56% -
HSV(B) 172.17º 0.49% 0.74% -
XYZ 30.64 41.59 47.49 -
YUV 159.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 96 188 176 0.49 0 0.06 0.26 172.17 0.41 0.56
Hex 60 BC B0 31 0 6 1A AC 29 38
Octal 140 274 260 61 0 6 32 254 51 70
Binary 1100000 10111100 10110000 110001 0 110 11010 10101100 101001 111000

Color Harmonies of #60BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCB0

Black with #60BCB0

Text Example


Text Example

White with #60BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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