Html Css Color HEX #6BCBA7 Medium Aquamarine

📋 copy color: '#6BCBA7'

red 107 ◦ green 203 ◦ blue 167

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

Shades of Medium Aquamarine #6BCBA7

Tints of Medium Aquamarine #6BCBA7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

 BLUE value IS 167 (65.63% from 255) = 35.01%

R = 22.43%
G = 42.56%
B = 35.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#6BCBA7 (or 0x6BCBA7) is known color: Medium Aquamarine. HEX triplet: 6B, CB and A7. RGB value is (107,203,167). Sum of RGB (Red+Green+Blue) = 107+203+167=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCBA7 is #943458. Grayscale: #AAAAAA. Windows color (decimal): -9712729 or 10996587. OLE color: 10996587.

HSL color Cylindrical-coordinate representation of color #6BCBA7: hue angle of 157.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCBA7 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 203 167 -
CMYK 0.47 0 0.18 0.20
HSL 157.5º 0.48% 0.61% -
HSV(B) 157.5º 0.47% 0.8% -
XYZ 34.39 48.63 44.13 -
YUV 170.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 107 203 167 0.47 0 0.18 0.20 157.5 0.48 0.61
Hex 6B CB A7 2F 0 12 14 9E 30 3D
Octal 153 313 247 57 0 22 24 236 60 75
Binary 1101011 11001011 10100111 101111 0 10010 10100 10011110 110000 111101

Color Harmonies of #6BCBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBA7

Black with #6BCBA7

Text Example


Text Example

White with #6BCBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,203,167); }

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

background-color css

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

 a { background-color: rgb(107,203,167); }

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

border-color css

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

 span { border-color: rgb(107,203,167); }

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