Html Css Color HEX #63BCAB Puerto Rico

📋 copy color: '#63BCAB'

red 99 ◦ green 188 ◦ blue 171

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

Shades of Puerto Rico #63BCAB

Tints of Puerto Rico #63BCAB

RGB

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

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

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

R = 21.62%
G = 41.05%
B = 37.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#63BCAB (or 0x63BCAB) is known color: Puerto Rico. HEX triplet: 63, BC and AB. RGB value is (99,188,171). Sum of RGB (Red+Green+Blue) = 99+188+171=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BCAB is #9C4354. Grayscale: #9F9F9F. Windows color (decimal): -10240853 or 11254883. OLE color: 11254883.

HSL color Cylindrical-coordinate representation of color #63BCAB: hue angle of 168.54º 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 #63BCAB is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 188 171 -
CMYK 0.47 0 0.09 0.26
HSL 168.54º 0.4% 0.56% -
HSV(B) 168.54º 0.47% 0.74% -
XYZ 30.48 41.56 44.94 -
YUV 159.45 134.51 84.88 -
System Red Green Blue C M Y K H S L
Decimal 99 188 171 0.47 0 0.09 0.26 168.54 0.4 0.56
Hex 63 BC AB 2F 0 9 1A A9 28 38
Octal 143 274 253 57 0 11 32 251 50 70
Binary 1100011 10111100 10101011 101111 0 1001 11010 10101001 101000 111000

Color Harmonies of #63BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BCAB

Black with #63BCAB

Text Example


Text Example

White with #63BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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