Html Css Color HEX #6BC0A0 Keppel

📋 copy color: '#6BC0A0'

red 107 ◦ green 192 ◦ blue 160

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

Shades of Keppel #6BC0A0

Tints of Keppel #6BC0A0

RGB

 RED value IS 107 (42.19% from 255) = 23.31%

 GREEN value IS 192 (75.39% from 255) = 41.83%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 23.31%
G = 41.83%
B = 34.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#6BC0A0 (or 0x6BC0A0) is known color: Keppel. HEX triplet: 6B, C0 and A0. RGB value is (107,192,160). Sum of RGB (Red+Green+Blue) = 107+192+160=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC0A0 is #943F5F. Grayscale: #A2A2A2. Windows color (decimal): -9715552 or 10535019. OLE color: 10535019.

HSL color Cylindrical-coordinate representation of color #6BC0A0: hue angle of 157.41º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BC0A0 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 192 160 -
CMYK 0.44 0 0.17 0.25
HSL 157.41º 0.4% 0.59% -
HSV(B) 157.41º 0.44% 0.75% -
XYZ 31.26 43.36 39.98 -
YUV 162.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 107 192 160 0.44 0 0.17 0.25 157.41 0.4 0.59
Hex 6B C0 A0 2C 0 11 19 9D 28 3B
Octal 153 300 240 54 0 21 31 235 50 73
Binary 1101011 11000000 10100000 101100 0 10001 11001 10011101 101000 111011

Color Harmonies of #6BC0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC0A0

Black with #6BC0A0

Text Example


Text Example

White with #6BC0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,192,160); }

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

background-color css

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

 a { background-color: rgb(107,192,160); }

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

border-color css

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

 span { border-color: rgb(107,192,160); }

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