Html Css Color HEX #6BCBA2 Medium Aquamarine

📋 copy color: '#6BCBA2'

red 107 ◦ green 203 ◦ blue 162

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

Shades of Medium Aquamarine #6BCBA2

Tints of Medium Aquamarine #6BCBA2

RGB

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

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

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

R = 22.67%
G = 43.01%
B = 34.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#6BCBA2 (or 0x6BCBA2) is known color: Medium Aquamarine. HEX triplet: 6B, CB and A2. RGB value is (107,203,162). Sum of RGB (Red+Green+Blue) = 107+203+162=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCBA2 is #94345D. Grayscale: #A9A9A9. Windows color (decimal): -9712734 or 10668907. OLE color: 10668907.

HSL color Cylindrical-coordinate representation of color #6BCBA2: hue angle of 154.38º 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 #6BCBA2 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 203 162 -
CMYK 0.47 0 0.20 0.20
HSL 154.38º 0.48% 0.61% -
HSV(B) 154.38º 0.47% 0.8% -
XYZ 33.94 48.45 41.74 -
YUV 169.62 123.7 83.33 -
System Red Green Blue C M Y K H S L
Decimal 107 203 162 0.47 0 0.20 0.20 154.38 0.48 0.61
Hex 6B CB A2 2F 0 14 14 9A 30 3D
Octal 153 313 242 57 0 24 24 232 60 75
Binary 1101011 11001011 10100010 101111 0 10100 10100 10011010 110000 111101

Color Harmonies of #6BCBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBA2

Black with #6BCBA2

Text Example


Text Example

White with #6BCBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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