Html Css Color HEX #61BDB0 Puerto Rico

📋 copy color: '#61BDB0'

red 97 ◦ green 189 ◦ blue 176

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

Shades of Puerto Rico #61BDB0

Tints of Puerto Rico #61BDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.91%

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

R = 21%
G = 40.91%
B = 38.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#61BDB0 (or 0x61BDB0) is known color: Puerto Rico. HEX triplet: 61, BD and B0. RGB value is (97,189,176). Sum of RGB (Red+Green+Blue) = 97+189+176=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #61BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BDB0 is #9E424F. Grayscale: #9F9F9F. Windows color (decimal): -10371664 or 11582817. OLE color: 11582817.

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

Color convert

RGB 97 189 176 -
CMYK 0.49 0 0.07 0.26
HSL 171.52º 0.41% 0.56% -
HSV(B) 171.52º 0.49% 0.74% -
XYZ 30.96 42.07 47.56 -
YUV 160.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 97 189 176 0.49 0 0.07 0.26 171.52 0.41 0.56
Hex 61 BD B0 31 0 7 1A AC 29 38
Octal 141 275 260 61 0 7 32 254 51 70
Binary 1100001 10111101 10110000 110001 0 111 11010 10101100 101001 111000

Color Harmonies of #61BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDB0

Black with #61BDB0

Text Example


Text Example

White with #61BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,189,176); }

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

background-color css

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

 a { background-color: rgb(97,189,176); }

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

border-color css

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

 span { border-color: rgb(97,189,176); }

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