Html Css Color HEX #63C0AC Puerto Rico

📋 copy color: '#63C0AC'

red 99 ◦ green 192 ◦ blue 172

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

Shades of Puerto Rico #63C0AC

Tints of Puerto Rico #63C0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.47%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 21.38%
G = 41.47%
B = 37.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#63C0AC (or 0x63C0AC) is known color: Puerto Rico. HEX triplet: 63, C0 and AC. RGB value is (99,192,172). Sum of RGB (Red+Green+Blue) = 99+192+172=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #63C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C0AC is #9C3F53. Grayscale: #A1A1A1. Windows color (decimal): -10239828 or 11321443. OLE color: 11321443.

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

Color convert

RGB 99 192 172 -
CMYK 0.48 0 0.10 0.25
HSL 167.1º 0.42% 0.57% -
HSV(B) 167.1º 0.48% 0.75% -
XYZ 31.44 43.33 45.74 -
YUV 161.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 99 192 172 0.48 0 0.10 0.25 167.1 0.42 0.57
Hex 63 C0 AC 30 0 A 19 A7 2A 39
Octal 143 300 254 60 0 12 31 247 52 71
Binary 1100011 11000000 10101100 110000 0 1010 11001 10100111 101010 111001

Color Harmonies of #63C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C0AC

Black with #63C0AC

Text Example


Text Example

White with #63C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,192,172); }

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

background-color css

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

 a { background-color: rgb(99,192,172); }

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

border-color css

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

 span { border-color: rgb(99,192,172); }

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