Html Css Color HEX #6BFECC Aquamarine

📋 copy color: '#6BFECC'

red 107 ◦ green 254 ◦ blue 204

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

Shades of Aquamarine #6BFECC

Tints of Aquamarine #6BFECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 18.94%
G = 44.96%
B = 36.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#6BFECC (or 0x6BFECC) is known color: Aquamarine. HEX triplet: 6B, FE and CC. RGB value is (107,254,204). Sum of RGB (Red+Green+Blue) = 107+254+204=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFECC is #940133. Grayscale: #CCCCCC. Windows color (decimal): -9699636 or 13434475. OLE color: 13434475.

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

Color convert

RGB 107 254 204 -
CMYK 0.58 0 0.20 0.00
HSL 159.59º 0.99% 0.71% -
HSV(B) 159.59º 0.58% 1% -
XYZ 52.4 78.37 69.49 -
YUV 204.35 127.8 58.57 -
System Red Green Blue C M Y K H S L
Decimal 107 254 204 0.58 0 0.20 0.00 159.59 0.99 0.71
Hex 6B FE CC 3A 0 14 0 A0 63 47
Octal 153 376 314 72 0 24 0 240 143 107
Binary 1101011 11111110 11001100 111010 0 10100 0 10100000 1100011 1000111

Color Harmonies of #6BFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFECC

Black with #6BFECC

Text Example


Text Example

White with #6BFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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