Html Css Color HEX #6FEEC0 Aquamarine

📋 copy color: '#6FEEC0'

red 111 ◦ green 238 ◦ blue 192

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

Shades of Aquamarine #6FEEC0

Tints of Aquamarine #6FEEC0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.99%

 BLUE value IS 192 (75.39% from 255) = 35.49%

R = 20.52%
G = 43.99%
B = 35.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#6FEEC0 (or 0x6FEEC0) is known color: Aquamarine. HEX triplet: 6F, EE and C0. RGB value is (111,238,192). Sum of RGB (Red+Green+Blue) = 111+238+192=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEEC0 is #90113F. Grayscale: #C2C2C2. Windows color (decimal): -9441600 or 12643951. OLE color: 12643951.

HSL color Cylindrical-coordinate representation of color #6FEEC0: hue angle of 158.27º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEEC0 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 238 192 -
CMYK 0.53 0 0.19 0.07
HSL 158.27º 0.79% 0.68% -
HSV(B) 158.27º 0.53% 0.93% -
XYZ 46.64 68.33 60.6 -
YUV 194.78 126.42 68.24 -
System Red Green Blue C M Y K H S L
Decimal 111 238 192 0.53 0 0.19 0.07 158.27 0.79 0.68
Hex 6F EE C0 35 0 13 7 9E 4F 44
Octal 157 356 300 65 0 23 7 236 117 104
Binary 1101111 11101110 11000000 110101 0 10011 111 10011110 1001111 1000100

Color Harmonies of #6FEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEEC0

Black with #6FEEC0

Text Example


Text Example

White with #6FEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,238,192); }

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

background-color css

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

 a { background-color: rgb(111,238,192); }

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

border-color css

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

 span { border-color: rgb(111,238,192); }

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