Html Css Color HEX #63BFAA Puerto Rico

📋 copy color: '#63BFAA'

red 99 ◦ green 191 ◦ blue 170

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

Shades of Puerto Rico #63BFAA

Tints of Puerto Rico #63BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 41.52%

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

R = 21.52%
G = 41.52%
B = 36.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#63BFAA (or 0x63BFAA) is known color: Puerto Rico. HEX triplet: 63, BF and AA. RGB value is (99,191,170). Sum of RGB (Red+Green+Blue) = 99+191+170=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BFAA is #9C4055. Grayscale: #A1A1A1. Windows color (decimal): -10240086 or 11190115. OLE color: 11190115.

HSL color Cylindrical-coordinate representation of color #63BFAA: hue angle of 166.3º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BFAA is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 191 170 -
CMYK 0.48 0 0.11 0.25
HSL 166.3º 0.42% 0.57% -
HSV(B) 166.3º 0.48% 0.75% -
XYZ 31.03 42.82 44.66 -
YUV 161.1 133.02 83.71 -
System Red Green Blue C M Y K H S L
Decimal 99 191 170 0.48 0 0.11 0.25 166.3 0.42 0.57
Hex 63 BF AA 30 0 B 19 A6 2A 39
Octal 143 277 252 60 0 13 31 246 52 71
Binary 1100011 10111111 10101010 110000 0 1011 11001 10100110 101010 111001

Color Harmonies of #63BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BFAA

Black with #63BFAA

Text Example


Text Example

White with #63BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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