Html Css Color HEX #60BCB2 Puerto Rico

📋 copy color: '#60BCB2'

red 96 ◦ green 188 ◦ blue 178

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

Shades of Puerto Rico #60BCB2

Tints of Puerto Rico #60BCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.53%

R = 20.78%
G = 40.69%
B = 38.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#60BCB2 (or 0x60BCB2) is known color: Puerto Rico. HEX triplet: 60, BC and B2. RGB value is (96,188,178). Sum of RGB (Red+Green+Blue) = 96+188+178=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BCB2 is #9F434D. Grayscale: #9F9F9F. Windows color (decimal): -10437454 or 11713632. OLE color: 11713632.

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

Color convert

RGB 96 188 178 -
CMYK 0.49 0 0.05 0.26
HSL 173.48º 0.41% 0.56% -
HSV(B) 173.48º 0.49% 0.74% -
XYZ 30.84 41.67 48.54 -
YUV 159.35 138.52 82.81 -
System Red Green Blue C M Y K H S L
Decimal 96 188 178 0.49 0 0.05 0.26 173.48 0.41 0.56
Hex 60 BC B2 31 0 5 1A AD 29 38
Octal 140 274 262 61 0 5 32 255 51 70
Binary 1100000 10111100 10110010 110001 0 101 11010 10101101 101001 111000

Color Harmonies of #60BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCB2

Black with #60BCB2

Text Example


Text Example

White with #60BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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