Html Css Color HEX #6FF1C4 Aquamarine

📋 copy color: '#6FF1C4'

red 111 ◦ green 241 ◦ blue 196

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

Shades of Aquamarine #6FF1C4

Tints of Aquamarine #6FF1C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.77%

R = 20.26%
G = 43.98%
B = 35.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#6FF1C4 (or 0x6FF1C4) is known color: Aquamarine. HEX triplet: 6F, F1 and C4. RGB value is (111,241,196). Sum of RGB (Red+Green+Blue) = 111+241+196=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1C4 is #900E3B. Grayscale: #C5C5C5. Windows color (decimal): -9440828 or 12906863. OLE color: 12906863.

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

Color convert

RGB 111 241 196 -
CMYK 0.54 0 0.19 0.05
HSL 159.23º 0.82% 0.69% -
HSV(B) 159.23º 0.54% 0.95% -
XYZ 47.97 70.28 63.26 -
YUV 197 127.43 66.66 -
System Red Green Blue C M Y K H S L
Decimal 111 241 196 0.54 0 0.19 0.05 159.23 0.82 0.69
Hex 6F F1 C4 36 0 13 5 9F 52 45
Octal 157 361 304 66 0 23 5 237 122 105
Binary 1101111 11110001 11000100 110110 0 10011 101 10011111 1010010 1000101

Color Harmonies of #6FF1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF1C4

Black with #6FF1C4

Text Example


Text Example

White with #6FF1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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