Html Css Color HEX #63C0AF Puerto Rico

📋 copy color: '#63C0AF'

red 99 ◦ green 192 ◦ blue 175

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

Shades of Puerto Rico #63C0AF

Tints of Puerto Rico #63C0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 21.24%
G = 41.2%
B = 37.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#63C0AF (or 0x63C0AF) is known color: Puerto Rico. HEX triplet: 63, C0 and AF. RGB value is (99,192,175). Sum of RGB (Red+Green+Blue) = 99+192+175=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #63C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C0AF is #9C3F50. Grayscale: #A2A2A2. Windows color (decimal): -10239825 or 11518051. OLE color: 11518051.

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

Color convert

RGB 99 192 175 -
CMYK 0.48 0 0.09 0.25
HSL 169.03º 0.42% 0.57% -
HSV(B) 169.03º 0.48% 0.75% -
XYZ 31.73 43.45 47.27 -
YUV 162.26 135.19 82.88 -
System Red Green Blue C M Y K H S L
Decimal 99 192 175 0.48 0 0.09 0.25 169.03 0.42 0.57
Hex 63 C0 AF 30 0 9 19 A9 2A 39
Octal 143 300 257 60 0 11 31 251 52 71
Binary 1100011 11000000 10101111 110000 0 1001 11001 10101001 101010 111001

Color Harmonies of #63C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C0AF

Black with #63C0AF

Text Example


Text Example

White with #63C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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