Html Css Color HEX #63BAA2 Keppel

📋 copy color: '#63BAA2'

red 99 ◦ green 186 ◦ blue 162

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

Shades of Keppel #63BAA2

Tints of Keppel #63BAA2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.61%

 BLUE value IS 162 (63.67% from 255) = 36.24%

R = 22.15%
G = 41.61%
B = 36.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#63BAA2 (or 0x63BAA2) is known color: Keppel. HEX triplet: 63, BA and A2. RGB value is (99,186,162). Sum of RGB (Red+Green+Blue) = 99+186+162=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #63BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BAA2 is #9C455D. Grayscale: #9D9D9D. Windows color (decimal): -10241374 or 10664547. OLE color: 10664547.

HSL color Cylindrical-coordinate representation of color #63BAA2: hue angle of 163.45º 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 #63BAA2 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 186 162 -
CMYK 0.47 0 0.13 0.27
HSL 163.45º 0.39% 0.56% -
HSV(B) 163.45º 0.47% 0.73% -
XYZ 29.23 40.38 40.44 -
YUV 157.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 99 186 162 0.47 0 0.13 0.27 163.45 0.39 0.56
Hex 63 BA A2 2F 0 D 1B A3 27 38
Octal 143 272 242 57 0 15 33 243 47 70
Binary 1100011 10111010 10100010 101111 0 1101 11011 10100011 100111 111000

Color Harmonies of #63BAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BAA2

Black with #63BAA2

Text Example


Text Example

White with #63BAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,186,162); }

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

background-color css

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

 a { background-color: rgb(99,186,162); }

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

border-color css

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

 span { border-color: rgb(99,186,162); }

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