Html Css Color HEX #63BCAA Puerto Rico

📋 copy color: '#63BCAA'

red 99 ◦ green 188 ◦ blue 170

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

Shades of Puerto Rico #63BCAA

Tints of Puerto Rico #63BCAA

RGB

 RED value IS 99 (39.06% from 255) = 21.66%

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 21.66%
G = 41.14%
B = 37.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#63BCAA (or 0x63BCAA) is known color: Puerto Rico. HEX triplet: 63, BC and AA. RGB value is (99,188,170). Sum of RGB (Red+Green+Blue) = 99+188+170=457 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.66% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BCAA is #9C4355. Grayscale: #9F9F9F. Windows color (decimal): -10240854 or 11189347. OLE color: 11189347.

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

Color convert

RGB 99 188 170 -
CMYK 0.47 0 0.10 0.26
HSL 167.87º 0.4% 0.56% -
HSV(B) 167.87º 0.47% 0.74% -
XYZ 30.38 41.52 44.44 -
YUV 159.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 99 188 170 0.47 0 0.10 0.26 167.87 0.4 0.56
Hex 63 BC AA 2F 0 A 1A A8 28 38
Octal 143 274 252 57 0 12 32 250 50 70
Binary 1100011 10111100 10101010 101111 0 1010 11010 10101000 101000 111000

Color Harmonies of #63BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BCAA

Black with #63BCAA

Text Example


Text Example

White with #63BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63BCAA; }

 p { color: rgb(99,188,170); }

 H1.HeaderClassName
 {
   color: #63BCAA;
 }
 .AnyTagClassName
 {
   color: #63BCAA;
 }
</style>

background-color css

<style>
 a { background-color: #63BCAA; }

 a { background-color: rgb(99,188,170); }

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

border-color css

<style>
 span { border-color: #63BCAA; }

 span { border-color: rgb(99,188,170); }

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