Html Css Color HEX #63BFA9 Puerto Rico

📋 copy color: '#63BFA9'

red 99 ◦ green 191 ◦ blue 169

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

Shades of Puerto Rico #63BFA9

Tints of Puerto Rico #63BFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 21.57%
G = 41.61%
B = 36.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#63BFA9 (or 0x63BFA9) is known color: Puerto Rico. HEX triplet: 63, BF and A9. RGB value is (99,191,169). Sum of RGB (Red+Green+Blue) = 99+191+169=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BFA9 is #9C4056. Grayscale: #A0A0A0. Windows color (decimal): -10240087 or 11124579. OLE color: 11124579.

HSL color Cylindrical-coordinate representation of color #63BFA9: hue angle of 165.65º 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 #63BFA9 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 191 169 -
CMYK 0.48 0 0.12 0.25
HSL 165.65º 0.42% 0.57% -
HSV(B) 165.65º 0.48% 0.75% -
XYZ 30.94 42.78 44.16 -
YUV 160.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 99 191 169 0.48 0 0.12 0.25 165.65 0.42 0.57
Hex 63 BF A9 30 0 C 19 A6 2A 39
Octal 143 277 251 60 0 14 31 246 52 71
Binary 1100011 10111111 10101001 110000 0 1100 11001 10100110 101010 111001

Color Harmonies of #63BFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BFA9

Black with #63BFA9

Text Example


Text Example

White with #63BFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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