Html Css Color HEX #63BCA4 Puerto Rico

📋 copy color: '#63BCA4'

red 99 ◦ green 188 ◦ blue 164

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

Shades of Puerto Rico #63BCA4

Tints of Puerto Rico #63BCA4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 164 (64.45% from 255) = 36.36%

R = 21.95%
G = 41.69%
B = 36.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#63BCA4 (or 0x63BCA4) is known color: Puerto Rico. HEX triplet: 63, BC and A4. RGB value is (99,188,164). Sum of RGB (Red+Green+Blue) = 99+188+164=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BCA4 is #9C435B. Grayscale: #9E9E9E. Windows color (decimal): -10240860 or 10796131. OLE color: 10796131.

HSL color Cylindrical-coordinate representation of color #63BCA4: hue angle of 163.82º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BCA4 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 188 164 -
CMYK 0.47 0 0.13 0.26
HSL 163.82º 0.4% 0.56% -
HSV(B) 163.82º 0.47% 0.74% -
XYZ 29.83 41.3 41.52 -
YUV 158.65 131.01 85.45 -
System Red Green Blue C M Y K H S L
Decimal 99 188 164 0.47 0 0.13 0.26 163.82 0.4 0.56
Hex 63 BC A4 2F 0 D 1A A4 28 38
Octal 143 274 244 57 0 15 32 244 50 70
Binary 1100011 10111100 10100100 101111 0 1101 11010 10100100 101000 111000

Color Harmonies of #63BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BCA4

Black with #63BCA4

Text Example


Text Example

White with #63BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,188,164); }

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

background-color css

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

 a { background-color: rgb(99,188,164); }

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

border-color css

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

 span { border-color: rgb(99,188,164); }

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