Html Css Color HEX #61B8AB Puerto Rico

📋 copy color: '#61B8AB'

red 97 ◦ green 184 ◦ blue 171

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

Shades of Puerto Rico #61B8AB

Tints of Puerto Rico #61B8AB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.71%

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

R = 21.46%
G = 40.71%
B = 37.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#61B8AB (or 0x61B8AB) is known color: Puerto Rico. HEX triplet: 61, B8 and AB. RGB value is (97,184,171). Sum of RGB (Red+Green+Blue) = 97+184+171=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #61B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B8AB is #9E4754. Grayscale: #9C9C9C. Windows color (decimal): -10372949 or 11253857. OLE color: 11253857.

HSL color Cylindrical-coordinate representation of color #61B8AB: hue angle of 171.03º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B8AB is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 184 171 -
CMYK 0.47 0 0.07 0.28
HSL 171.03º 0.38% 0.55% -
HSV(B) 171.03º 0.47% 0.72% -
XYZ 29.42 39.76 44.65 -
YUV 156.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 97 184 171 0.47 0 0.07 0.28 171.03 0.38 0.55
Hex 61 B8 AB 2F 0 7 1C AB 26 37
Octal 141 270 253 57 0 7 34 253 46 67
Binary 1100001 10111000 10101011 101111 0 111 11100 10101011 100110 110111

Color Harmonies of #61B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B8AB

Black with #61B8AB

Text Example


Text Example

White with #61B8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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