Html Css Color HEX #63BBAB Puerto Rico

📋 copy color: '#63BBAB'

red 99 ◦ green 187 ◦ blue 171

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

Shades of Puerto Rico #63BBAB

Tints of Puerto Rico #63BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 21.66%
G = 40.92%
B = 37.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#63BBAB (or 0x63BBAB) is known color: Puerto Rico. HEX triplet: 63, BB and AB. RGB value is (99,187,171). Sum of RGB (Red+Green+Blue) = 99+187+171=457 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.66% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #63BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BBAB is #9C4454. Grayscale: #9E9E9E. Windows color (decimal): -10241109 or 11254627. OLE color: 11254627.

HSL color Cylindrical-coordinate representation of color #63BBAB: hue angle of 169.09º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BBAB is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 187 171 -
CMYK 0.47 0 0.09 0.27
HSL 169.09º 0.39% 0.56% -
HSV(B) 169.09º 0.47% 0.73% -
XYZ 30.27 41.13 44.87 -
YUV 158.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 99 187 171 0.47 0 0.09 0.27 169.09 0.39 0.56
Hex 63 BB AB 2F 0 9 1B A9 27 38
Octal 143 273 253 57 0 11 33 251 47 70
Binary 1100011 10111011 10101011 101111 0 1001 11011 10101001 100111 111000

Color Harmonies of #63BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BBAB

Black with #63BBAB

Text Example


Text Example

White with #63BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,187,171); }

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

background-color css

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

 a { background-color: rgb(99,187,171); }

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

border-color css

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

 span { border-color: rgb(99,187,171); }

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