Html Css Color HEX #6CF1DB Aquamarine

📋 copy color: '#6CF1DB'

red 108 ◦ green 241 ◦ blue 219

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

Shades of Aquamarine #6CF1DB

Tints of Aquamarine #6CF1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 19.01%
G = 42.43%
B = 38.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#6CF1DB (or 0x6CF1DB) is known color: Aquamarine. HEX triplet: 6C, F1 and DB. RGB value is (108,241,219). Sum of RGB (Red+Green+Blue) = 108+241+219=568 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.01% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF1DB is #930E24. Grayscale: #C6C6C6. Windows color (decimal): -9637413 or 14414188. OLE color: 14414188.

HSL color Cylindrical-coordinate representation of color #6CF1DB: hue angle of 170.08º 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 #6CF1DB is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 241 219 -
CMYK 0.55 0 0.09 0.05
HSL 170.08º 0.83% 0.68% -
HSV(B) 170.08º 0.55% 0.95% -
XYZ 50.43 71.21 78.11 -
YUV 198.73 139.44 63.29 -
System Red Green Blue C M Y K H S L
Decimal 108 241 219 0.55 0 0.09 0.05 170.08 0.83 0.68
Hex 6C F1 DB 37 0 9 5 AA 53 44
Octal 154 361 333 67 0 11 5 252 123 104
Binary 1101100 11110001 11011011 110111 0 1001 101 10101010 1010011 1000100

Color Harmonies of #6CF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF1DB

Black with #6CF1DB

Text Example


Text Example

White with #6CF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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