Html Css Color HEX #6CF0BE Aquamarine

📋 copy color: '#6CF0BE'

red 108 ◦ green 240 ◦ blue 190

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

Shades of Aquamarine #6CF0BE

Tints of Aquamarine #6CF0BE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.61%

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 20.07%
G = 44.61%
B = 35.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#6CF0BE (or 0x6CF0BE) is known color: Aquamarine. HEX triplet: 6C, F0 and BE. RGB value is (108,240,190). Sum of RGB (Red+Green+Blue) = 108+240+190=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF0BE is #930F41. Grayscale: #C2C2C2. Windows color (decimal): -9637698 or 12513388. OLE color: 12513388.

HSL color Cylindrical-coordinate representation of color #6CF0BE: hue angle of 157.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF0BE is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 240 190 -
CMYK 0.55 0 0.21 0.06
HSL 157.27º 0.81% 0.68% -
HSV(B) 157.27º 0.55% 0.94% -
XYZ 46.64 69.23 59.62 -
YUV 194.83 125.27 66.07 -
System Red Green Blue C M Y K H S L
Decimal 108 240 190 0.55 0 0.21 0.06 157.27 0.81 0.68
Hex 6C F0 BE 37 0 15 6 9D 51 44
Octal 154 360 276 67 0 25 6 235 121 104
Binary 1101100 11110000 10111110 110111 0 10101 110 10011101 1010001 1000100

Color Harmonies of #6CF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF0BE

Black with #6CF0BE

Text Example


Text Example

White with #6CF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,240,190); }

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

background-color css

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

 a { background-color: rgb(108,240,190); }

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

border-color css

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

 span { border-color: rgb(108,240,190); }

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