Html Css Color HEX #6ABAA1 Keppel

📋 copy color: '#6ABAA1'

red 106 ◦ green 186 ◦ blue 161

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

Shades of Keppel #6ABAA1

Tints of Keppel #6ABAA1

RGB

 RED value IS 106 (41.8% from 255) = 23.4%

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

 BLUE value IS 161 (63.28% from 255) = 35.54%

R = 23.4%
G = 41.06%
B = 35.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#6ABAA1 (or 0x6ABAA1) is known color: Keppel. HEX triplet: 6A, BA and A1. RGB value is (106,186,161). Sum of RGB (Red+Green+Blue) = 106+186+161=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABAA1 is #95455E. Grayscale: #9F9F9F. Windows color (decimal): -9782623 or 10599018. OLE color: 10599018.

HSL color Cylindrical-coordinate representation of color #6ABAA1: hue angle of 161.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABAA1 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 186 161 -
CMYK 0.43 0 0.13 0.27
HSL 161.25º 0.37% 0.57% -
HSV(B) 161.25º 0.43% 0.73% -
XYZ 29.94 40.76 40.01 -
YUV 159.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 106 186 161 0.43 0 0.13 0.27 161.25 0.37 0.57
Hex 6A BA A1 2B 0 D 1B A1 25 39
Octal 152 272 241 53 0 15 33 241 45 71
Binary 1101010 10111010 10100001 101011 0 1101 11011 10100001 100101 111001

Color Harmonies of #6ABAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABAA1

Black with #6ABAA1

Text Example


Text Example

White with #6ABAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ABAA1; }

 p { color: rgb(106,186,161); }

 H1.HeaderClassName
 {
   color: #6ABAA1;
 }
 .AnyTagClassName
 {
   color: #6ABAA1;
 }
</style>

background-color css

<style>
 a { background-color: #6ABAA1; }

 a { background-color: rgb(106,186,161); }

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

border-color css

<style>
 span { border-color: #6ABAA1; }

 span { border-color: rgb(106,186,161); }

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