#61BAAE

Color #61BAAE Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #61BAAE

Tints of Puerto Rico #61BAAE

Color information

#61BAAE (or 0x61BAAE) is unknown color: approx Puerto Rico. HEX triplet: 61, BA and AE. RGB value is (97,186,174). Sum of RGB (Red+Green+Blue) = 97+186+174=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #61BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BAAE is #9E4551. Grayscale: #9D9D9D. Windows color (decimal): -10372434 or 11450977. OLE color: 11450977.

HSL color Cylindrical-coordinate representation of color #61BAAE: hue angle of 171.91º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BAAE is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB97186174-
CMYK0.4800.060.27
HSL171.91º39.21%55.49%-
HSV(B)171.91º47.85%72.94%-
XYZ30.1340.7246.32-
YUV158.02137.0184.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.23%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=21.23%
G=40.70%
B=38.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861740.4800.060.27171.9139.2155.49
Hex61BAAE30061Bac2737
Octal1412722566006332544767
Binary1100001101110101010111011000001101101110101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,174); }

 H1.HeaderClassName
 {
   color: #61BAAE;
 }
 .AnyTagClassName
 {
   color: #61BAAE;
 }
</style>
background-color css

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

 a { background-color: rgb(97,186,174); }

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

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

 span { border-color: rgb(97,186,174); }

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