Html Css Color HEX #6FF1D8 Aquamarine

📋 copy color: '#6FF1D8'

red 111 ◦ green 241 ◦ blue 216

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

Shades of Aquamarine #6FF1D8

Tints of Aquamarine #6FF1D8

RGB

 RED value IS 111 (43.75% from 255) = 19.54%

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

 BLUE value IS 216 (84.77% from 255) = 38.03%

R = 19.54%
G = 42.43%
B = 38.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#6FF1D8 (or 0x6FF1D8) is known color: Aquamarine. HEX triplet: 6F, F1 and D8. RGB value is (111,241,216). Sum of RGB (Red+Green+Blue) = 111+241+216=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1D8 is #900E27. Grayscale: #C7C7C7. Windows color (decimal): -9440808 or 14217583. OLE color: 14217583.

HSL color Cylindrical-coordinate representation of color #6FF1D8: hue angle of 168.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF1D8 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 241 216 -
CMYK 0.54 0 0.10 0.05
HSL 168.46º 0.82% 0.69% -
HSV(B) 168.46º 0.54% 0.95% -
XYZ 50.41 71.25 76.06 -
YUV 199.28 137.43 65.03 -
System Red Green Blue C M Y K H S L
Decimal 111 241 216 0.54 0 0.10 0.05 168.46 0.82 0.69
Hex 6F F1 D8 36 0 A 5 A8 52 45
Octal 157 361 330 66 0 12 5 250 122 105
Binary 1101111 11110001 11011000 110110 0 1010 101 10101000 1010010 1000101

Color Harmonies of #6FF1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF1D8

Black with #6FF1D8

Text Example


Text Example

White with #6FF1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,241,216); }

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

background-color css

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

 a { background-color: rgb(111,241,216); }

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

border-color css

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

 span { border-color: rgb(111,241,216); }

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