Html Css Color HEX #63BEA5 Puerto Rico

📋 copy color: '#63BEA5'

red 99 ◦ green 190 ◦ blue 165

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

Shades of Puerto Rico #63BEA5

Tints of Puerto Rico #63BEA5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.85%

 BLUE value IS 165 (64.84% from 255) = 36.34%

R = 21.81%
G = 41.85%
B = 36.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#63BEA5 (or 0x63BEA5) is known color: Puerto Rico. HEX triplet: 63, BE and A5. RGB value is (99,190,165). Sum of RGB (Red+Green+Blue) = 99+190+165=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BEA5 is #9C415A. Grayscale: #9F9F9F. Windows color (decimal): -10240347 or 10862179. OLE color: 10862179.

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

Color convert

RGB 99 190 165 -
CMYK 0.48 0 0.13 0.25
HSL 163.52º 0.41% 0.57% -
HSV(B) 163.52º 0.48% 0.75% -
XYZ 30.35 42.2 42.14 -
YUV 159.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 99 190 165 0.48 0 0.13 0.25 163.52 0.41 0.57
Hex 63 BE A5 30 0 D 19 A4 29 39
Octal 143 276 245 60 0 15 31 244 51 71
Binary 1100011 10111110 10100101 110000 0 1101 11001 10100100 101001 111001

Color Harmonies of #63BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BEA5

Black with #63BEA5

Text Example


Text Example

White with #63BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,190,165); }

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

background-color css

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

 a { background-color: rgb(99,190,165); }

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

border-color css

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

 span { border-color: rgb(99,190,165); }

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