Html Css Color HEX #6CFFCC Aquamarine

📋 copy color: '#6CFFCC'

red 108 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #6CFFCC

Tints of Aquamarine #6CFFCC

RGB

 RED value IS 108 (42.58% from 255) = 19.05%

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

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

R = 19.05%
G = 44.97%
B = 35.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#6CFFCC (or 0x6CFFCC) is known color: Aquamarine. HEX triplet: 6C, FF and CC. RGB value is (108,255,204). Sum of RGB (Red+Green+Blue) = 108+255+204=567 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.05% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFFCC is #930033. Grayscale: #CDCDCD. Windows color (decimal): -9633844 or 13434732. OLE color: 13434732.

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

Color convert

RGB 108 255 204 -
CMYK 0.58 0 0.2 0
HSL 159.18º 1% 0.71% -
HSV(B) 159.18º 0.58% 1% -
XYZ 52.84 79.07 69.6 -
YUV 205.23 127.3 58.65 -
System Red Green Blue C M Y K H S L
Decimal 108 255 204 0.58 0 0.2 0 159.18 1 0.71
Hex 6C FF CC 3A 0 14 0 9F 64 47
Octal 154 377 314 72 0 24 0 237 144 107
Binary 1101100 11111111 11001100 111010 0 10100 0 10011111 1100100 1000111

Color Harmonies of #6CFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFFCC

Black with #6CFFCC

Text Example


Text Example

White with #6CFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,255,204); }

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

background-color css

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

 a { background-color: rgb(108,255,204); }

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

border-color css

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

 span { border-color: rgb(108,255,204); }

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