Html Css Color HEX #6BFEDD Aquamarine

📋 copy color: '#6BFEDD'

red 107 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #6BFEDD

Tints of Aquamarine #6BFEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.64%

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 18.38%
G = 43.64%
B = 37.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#6BFEDD (or 0x6BFEDD) is known color: Aquamarine. HEX triplet: 6B, FE and DD. RGB value is (107,254,221). Sum of RGB (Red+Green+Blue) = 107+254+221=582 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.38% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFEDD is #940122. Grayscale: #CECECE. Windows color (decimal): -9699619 or 14548587. OLE color: 14548587.

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

Color convert

RGB 107 254 221 -
CMYK 0.58 0 0.13 0.00
HSL 166.53º 0.99% 0.71% -
HSV(B) 166.53º 0.58% 1% -
XYZ 54.56 79.23 80.82 -
YUV 206.29 136.3 57.18 -
System Red Green Blue C M Y K H S L
Decimal 107 254 221 0.58 0 0.13 0.00 166.53 0.99 0.71
Hex 6B FE DD 3A 0 D 0 A7 63 47
Octal 153 376 335 72 0 15 0 247 143 107
Binary 1101011 11111110 11011101 111010 0 1101 0 10100111 1100011 1000111

Color Harmonies of #6BFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFEDD

Black with #6BFEDD

Text Example


Text Example

White with #6BFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,254,221); }

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

background-color css

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

 a { background-color: rgb(107,254,221); }

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

border-color css

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

 span { border-color: rgb(107,254,221); }

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