Html Css Color HEX #61BCAB Puerto Rico

📋 copy color: '#61BCAB'

red 97 ◦ green 188 ◦ blue 171

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

Shades of Puerto Rico #61BCAB

Tints of Puerto Rico #61BCAB

RGB

 RED value IS 97 (38.28% from 255) = 21.27%

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

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

R = 21.27%
G = 41.23%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#61BCAB (or 0x61BCAB) is known color: Puerto Rico. HEX triplet: 61, BC and AB. RGB value is (97,188,171). Sum of RGB (Red+Green+Blue) = 97+188+171=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #61BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BCAB is #9E4354. Grayscale: #9E9E9E. Windows color (decimal): -10371925 or 11254881. OLE color: 11254881.

HSL color Cylindrical-coordinate representation of color #61BCAB: hue angle of 168.79º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BCAB is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 188 171 -
CMYK 0.48 0 0.09 0.26
HSL 168.79º 0.4% 0.56% -
HSV(B) 168.79º 0.48% 0.74% -
XYZ 30.26 41.45 44.93 -
YUV 158.85 134.85 83.88 -
System Red Green Blue C M Y K H S L
Decimal 97 188 171 0.48 0 0.09 0.26 168.79 0.4 0.56
Hex 61 BC AB 30 0 9 1A A9 28 38
Octal 141 274 253 60 0 11 32 251 50 70
Binary 1100001 10111100 10101011 110000 0 1001 11010 10101001 101000 111000

Color Harmonies of #61BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCAB

Black with #61BCAB

Text Example


Text Example

White with #61BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61BCAB; }

 p { color: rgb(97,188,171); }

 H1.HeaderClassName
 {
   color: #61BCAB;
 }
 .AnyTagClassName
 {
   color: #61BCAB;
 }
</style>

background-color css

<style>
 a { background-color: #61BCAB; }

 a { background-color: rgb(97,188,171); }

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

border-color css

<style>
 span { border-color: #61BCAB; }

 span { border-color: rgb(97,188,171); }

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