#6BF2CF

Color #6BF2CF Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #6BF2CF

Tints of Aquamarine #6BF2CF

Color information

#6BF2CF (or 0x6BF2CF) is unknown color: approx Aquamarine. HEX triplet: 6B, F2 and CF. RGB value is (107,242,207). Sum of RGB (Red+Green+Blue) = 107+242+207=556 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.24% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2CF is #940D30. Grayscale: #C5C5C5. Windows color (decimal): -9702705 or 13628011. OLE color: 13628011.

HSL color Cylindrical-coordinate representation of color #6BF2CF: hue angle of 164.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2CF is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB107242207-
CMYK0.5600.140.05
HSL164.44º83.85%68.43%-
HSV(B)164.44º55.79%94.9%-
XYZ49.0871.1470.18-
YUV197.64133.2763.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.24%
GREEN value IS 242 (94.92% from 255) = 43.53%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=19.24%
G=43.53%
B=37.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1072422070.5600.140.05164.4483.8568.43
Hex6BF2CF380E5a45444
Octal153362317700165244124104
Binary11010111111001011001111111000011101011010010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,242,207); }

 H1.HeaderClassName
 {
   color: #6BF2CF;
 }
 .AnyTagClassName
 {
   color: #6BF2CF;
 }
</style>
background-color css

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

 a { background-color: rgb(107,242,207); }

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

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

 span { border-color: rgb(107,242,207); }

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