Html Css Color HEX #61BCB0 Puerto Rico

📋 copy color: '#61BCB0'

red 97 ◦ green 188 ◦ blue 176

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

Shades of Puerto Rico #61BCB0

Tints of Puerto Rico #61BCB0

RGB

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

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

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

R = 21.04%
G = 40.78%
B = 38.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#61BCB0 (or 0x61BCB0) is known color: Puerto Rico. HEX triplet: 61, BC and B0. RGB value is (97,188,176). Sum of RGB (Red+Green+Blue) = 97+188+176=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #61BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BCB0 is #9E434F. Grayscale: #9F9F9F. Windows color (decimal): -10371920 or 11582561. OLE color: 11582561.

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

Color convert

RGB 97 188 176 -
CMYK 0.48 0 0.06 0.26
HSL 172.09º 0.4% 0.56% -
HSV(B) 172.09º 0.48% 0.74% -
XYZ 30.75 41.64 47.49 -
YUV 159.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 97 188 176 0.48 0 0.06 0.26 172.09 0.4 0.56
Hex 61 BC B0 30 0 6 1A AC 28 38
Octal 141 274 260 60 0 6 32 254 50 70
Binary 1100001 10111100 10110000 110000 0 110 11010 10101100 101000 111000

Color Harmonies of #61BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCB0

Black with #61BCB0

Text Example


Text Example

White with #61BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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