Html Css Color HEX #6BFFDA Aquamarine

📋 copy color: '#6BFFDA'

red 107 ◦ green 255 ◦ blue 218

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

Shades of Aquamarine #6BFFDA

Tints of Aquamarine #6BFFDA

RGB

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

 GREEN value IS 255 (100% from 255) = 43.97%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 18.45%
G = 43.97%
B = 37.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#6BFFDA (or 0x6BFFDA) is known color: Aquamarine. HEX triplet: 6B, FF and DA. RGB value is (107,255,218). Sum of RGB (Red+Green+Blue) = 107+255+218=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFDA is #940025. Grayscale: #CECECE. Windows color (decimal): -9699366 or 14352235. OLE color: 14352235.

HSL color Cylindrical-coordinate representation of color #6BFFDA: hue angle of 165º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFDA is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 107 255 218 -
CMYK 0.58 0 0.15 0
HSL 165º 1% 0.71% -
HSV(B) 165º 0.58% 1% -
XYZ 54.48 79.71 78.84 -
YUV 206.53 134.47 57.01 -
System Red Green Blue C M Y K H S L
Decimal 107 255 218 0.58 0 0.15 0 165 1 0.71
Hex 6B FF DA 3A 0 F 0 A5 64 47
Octal 153 377 332 72 0 17 0 245 144 107
Binary 1101011 11111111 11011010 111010 0 1111 0 10100101 1100100 1000111

Color Harmonies of #6BFFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFDA

Black with #6BFFDA

Text Example


Text Example

White with #6BFFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,255,218); }

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

background-color css

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

 a { background-color: rgb(107,255,218); }

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

border-color css

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

 span { border-color: rgb(107,255,218); }

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