Html Css Color HEX #6CF1DF Aquamarine

📋 copy color: '#6CF1DF'

red 108 ◦ green 241 ◦ blue 223

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

Shades of Aquamarine #6CF1DF

Tints of Aquamarine #6CF1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.13%

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 18.88%
G = 42.13%
B = 38.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#6CF1DF (or 0x6CF1DF) is known color: Aquamarine. HEX triplet: 6C, F1 and DF. RGB value is (108,241,223). Sum of RGB (Red+Green+Blue) = 108+241+223=572 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.88% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF1DF is #930E20. Grayscale: #C7C7C7. Windows color (decimal): -9637409 or 14676332. OLE color: 14676332.

HSL color Cylindrical-coordinate representation of color #6CF1DF: hue angle of 171.88º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF1DF is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 241 223 -
CMYK 0.55 0 0.07 0.05
HSL 171.88º 0.83% 0.68% -
HSV(B) 171.88º 0.55% 0.95% -
XYZ 50.96 71.43 80.91 -
YUV 199.18 141.44 62.96 -
System Red Green Blue C M Y K H S L
Decimal 108 241 223 0.55 0 0.07 0.05 171.88 0.83 0.68
Hex 6C F1 DF 37 0 7 5 AC 53 44
Octal 154 361 337 67 0 7 5 254 123 104
Binary 1101100 11110001 11011111 110111 0 111 101 10101100 1010011 1000100

Color Harmonies of #6CF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF1DF

Black with #6CF1DF

Text Example


Text Example

White with #6CF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,241,223); }

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

background-color css

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

 a { background-color: rgb(108,241,223); }

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

border-color css

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

 span { border-color: rgb(108,241,223); }

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