Html Css Color HEX #6BDBB4 Medium Aquamarine

📋 copy color: '#6BDBB4'

red 107 ◦ green 219 ◦ blue 180

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

Shades of Medium Aquamarine #6BDBB4

Tints of Medium Aquamarine #6BDBB4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.28%

 BLUE value IS 180 (70.7% from 255) = 35.57%

R = 21.15%
G = 43.28%
B = 35.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#6BDBB4 (or 0x6BDBB4) is known color: Medium Aquamarine. HEX triplet: 6B, DB and B4. RGB value is (107,219,180). Sum of RGB (Red+Green+Blue) = 107+219+180=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBB4 is #94244B. Grayscale: #B5B5B5. Windows color (decimal): -9708620 or 11852651. OLE color: 11852651.

HSL color Cylindrical-coordinate representation of color #6BDBB4: hue angle of 159.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDBB4 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 219 180 -
CMYK 0.51 0 0.18 0.14
HSL 159.11º 0.61% 0.64% -
HSV(B) 159.11º 0.51% 0.86% -
XYZ 39.63 57.08 52.11 -
YUV 181.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 107 219 180 0.51 0 0.18 0.14 159.11 0.61 0.64
Hex 6B DB B4 33 0 12 E 9F 3D 40
Octal 153 333 264 63 0 22 16 237 75 100
Binary 1101011 11011011 10110100 110011 0 10010 1110 10011111 111101 1000000

Color Harmonies of #6BDBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBB4

Black with #6BDBB4

Text Example


Text Example

White with #6BDBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,219,180); }

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

background-color css

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

 a { background-color: rgb(107,219,180); }

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

border-color css

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

 span { border-color: rgb(107,219,180); }

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