#6BF8CC

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

Shades of Aquamarine #6BF8CC

Tints of Aquamarine #6BF8CC

Color information

#6BF8CC (or 0x6BF8CC) is unknown color: approx Aquamarine. HEX triplet: 6B, F8 and CC. RGB value is (107,248,204). Sum of RGB (Red+Green+Blue) = 107+248+204=559 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.14% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #6BF8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF8CC is #940733. Grayscale: #C8C8C8. Windows color (decimal): -9701172 or 13432939. OLE color: 13432939.

HSL color Cylindrical-coordinate representation of color #6BF8CC: hue angle of 161.28º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF8CC is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB107248204-
CMYK0.5700.180.03
HSL161.28º90.97%69.61%-
HSV(B)161.28º56.85%97.25%-
XYZ50.5374.6268.87-
YUV200.82129.7961.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.14%
GREEN value IS 248 (97.27% from 255) = 44.36%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=19.14%
G=44.36%
B=36.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1072482040.5700.180.03161.2890.9769.61
Hex6BF8CC390123a15b46
Octal153370314710223241133106
Binary11010111111100011001100111001010010111010000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,248,204); }

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

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

 a { background-color: rgb(107,248,204); }

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

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

 span { border-color: rgb(107,248,204); }

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