Html Css Color HEX #63BEA8 Puerto Rico

📋 copy color: '#63BEA8'

red 99 ◦ green 190 ◦ blue 168

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

Shades of Puerto Rico #63BEA8

Tints of Puerto Rico #63BEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 21.66%
G = 41.58%
B = 36.76%

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

#63BEA8 (or 0x63BEA8) is known color: Puerto Rico. HEX triplet: 63, BE and A8. RGB value is (99,190,168). Sum of RGB (Red+Green+Blue) = 99+190+168=457 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.66% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BEA8 is #9C4157. Grayscale: #A0A0A0. Windows color (decimal): -10240344 or 11058787. OLE color: 11058787.

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

Color convert

RGB 99 190 168 -
CMYK 0.48 0 0.12 0.25
HSL 165.49º 0.41% 0.57% -
HSV(B) 165.49º 0.48% 0.75% -
XYZ 30.63 42.31 43.6 -
YUV 160.28 132.35 84.29 -
System Red Green Blue C M Y K H S L
Decimal 99 190 168 0.48 0 0.12 0.25 165.49 0.41 0.57
Hex 63 BE A8 30 0 C 19 A5 29 39
Octal 143 276 250 60 0 14 31 245 51 71
Binary 1100011 10111110 10101000 110000 0 1100 11001 10100101 101001 111001

Color Harmonies of #63BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BEA8

Black with #63BEA8

Text Example


Text Example

White with #63BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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