Html Css Color HEX #63AF9B Keppel

📋 copy color: '#63AF9B'

red 99 ◦ green 175 ◦ blue 155

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

Shades of Keppel #63AF9B

Tints of Keppel #63AF9B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.79%

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 23.08%
G = 40.79%
B = 36.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#63AF9B (or 0x63AF9B) is known color: Keppel. HEX triplet: 63, AF and 9B. RGB value is (99,175,155). Sum of RGB (Red+Green+Blue) = 99+175+155=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AF9B is #9C5064. Grayscale: #969696. Windows color (decimal): -10244197 or 10202979. OLE color: 10202979.

HSL color Cylindrical-coordinate representation of color #63AF9B: hue angle of 164.21º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AF9B is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 175 155 -
CMYK 0.43 0 0.11 0.31
HSL 164.21º 0.32% 0.54% -
HSV(B) 164.21º 0.43% 0.69% -
XYZ 26.39 35.68 36.51 -
YUV 150 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 99 175 155 0.43 0 0.11 0.31 164.21 0.32 0.54
Hex 63 AF 9B 2B 0 B 1F A4 20 36
Octal 143 257 233 53 0 13 37 244 40 66
Binary 1100011 10101111 10011011 101011 0 1011 11111 10100100 100000 110110

Color Harmonies of #63AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AF9B

Black with #63AF9B

Text Example


Text Example

White with #63AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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