Html Css Color HEX #6FF1CB Aquamarine

📋 copy color: '#6FF1CB'

red 111 ◦ green 241 ◦ blue 203

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

Shades of Aquamarine #6FF1CB

Tints of Aquamarine #6FF1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 20%
G = 43.42%
B = 36.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#6FF1CB (or 0x6FF1CB) is known color: Aquamarine. HEX triplet: 6F, F1 and CB. RGB value is (111,241,203). Sum of RGB (Red+Green+Blue) = 111+241+203=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1CB is #900E34. Grayscale: #C5C5C5. Windows color (decimal): -9440821 or 13365615. OLE color: 13365615.

HSL color Cylindrical-coordinate representation of color #6FF1CB: hue angle of 162.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 #6FF1CB is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 241 203 -
CMYK 0.54 0 0.16 0.05
HSL 162.46º 0.82% 0.69% -
HSV(B) 162.46º 0.54% 0.95% -
XYZ 48.79 70.6 67.56 -
YUV 197.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 111 241 203 0.54 0 0.16 0.05 162.46 0.82 0.69
Hex 6F F1 CB 36 0 10 5 A2 52 45
Octal 157 361 313 66 0 20 5 242 122 105
Binary 1101111 11110001 11001011 110110 0 10000 101 10100010 1010010 1000101

Color Harmonies of #6FF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF1CB

Black with #6FF1CB

Text Example


Text Example

White with #6FF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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