Html Css Color HEX #6BFFCE Aquamarine

📋 copy color: '#6BFFCE'

red 107 ◦ green 255 ◦ blue 206

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

Shades of Aquamarine #6BFFCE

Tints of Aquamarine #6BFFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 18.84%
G = 44.89%
B = 36.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#6BFFCE (or 0x6BFFCE) is known color: Aquamarine. HEX triplet: 6B, FF and CE. RGB value is (107,255,206). Sum of RGB (Red+Green+Blue) = 107+255+206=568 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.84% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFCE is #940031. Grayscale: #CDCDCD. Windows color (decimal): -9699378 or 13565803. OLE color: 13565803.

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

Color convert

RGB 107 255 206 -
CMYK 0.58 0 0.19 0
HSL 160.14º 1% 0.71% -
HSV(B) 160.14º 0.58% 1% -
XYZ 52.96 79.1 70.87 -
YUV 205.16 128.47 57.98 -
System Red Green Blue C M Y K H S L
Decimal 107 255 206 0.58 0 0.19 0 160.14 1 0.71
Hex 6B FF CE 3A 0 13 0 A0 64 47
Octal 153 377 316 72 0 23 0 240 144 107
Binary 1101011 11111111 11001110 111010 0 10011 0 10100000 1100100 1000111

Color Harmonies of #6BFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFCE

Black with #6BFFCE

Text Example


Text Example

White with #6BFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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