Html Css Color HEX #63C1AF Puerto Rico

📋 copy color: '#63C1AF'

red 99 ◦ green 193 ◦ blue 175

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

Shades of Puerto Rico #63C1AF

Tints of Puerto Rico #63C1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.33%

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

R = 21.2%
G = 41.33%
B = 37.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#63C1AF (or 0x63C1AF) is known color: Puerto Rico. HEX triplet: 63, C1 and AF. RGB value is (99,193,175). Sum of RGB (Red+Green+Blue) = 99+193+175=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #63C1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C1AF is #9C3E50. Grayscale: #A2A2A2. Windows color (decimal): -10239569 or 11518307. OLE color: 11518307.

HSL color Cylindrical-coordinate representation of color #63C1AF: hue angle of 168.51º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63C1AF is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 193 175 -
CMYK 0.49 0 0.09 0.24
HSL 168.51º 0.43% 0.57% -
HSV(B) 168.51º 0.49% 0.76% -
XYZ 31.95 43.89 47.34 -
YUV 162.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 99 193 175 0.49 0 0.09 0.24 168.51 0.43 0.57
Hex 63 C1 AF 31 0 9 18 A9 2B 39
Octal 143 301 257 61 0 11 30 251 53 71
Binary 1100011 11000001 10101111 110001 0 1001 11000 10101001 101011 111001

Color Harmonies of #63C1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C1AF

Black with #63C1AF

Text Example


Text Example

White with #63C1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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