#92F3CC

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

Shades of Aquamarine #92F3CC

Tints of Aquamarine #92F3CC

Color information

#92F3CC (or 0x92F3CC) is unknown color: approx Aquamarine. HEX triplet: 92, F3 and CC. RGB value is (146,243,204). Sum of RGB (Red+Green+Blue) = 146+243+204=593 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.62% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #92F3CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F3CC is #6D0C33. Grayscale: #D1D1D1. Windows color (decimal): -7146548 or 13431698. OLE color: 13431698.

HSL color Cylindrical-coordinate representation of color #92F3CC: hue angle of 155.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F3CC is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB146243204-
CMYK0.4000.160.05
HSL155.88º80.17%76.27%-
HSV(B)155.88º39.92%95.29%-
XYZ54.874.5768.63-
YUV209.55124.8682.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.62%
GREEN value IS 243 (95.31% from 255) = 40.98%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=24.62%
G=40.98%
B=34.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462432040.4000.160.05155.8880.1776.27
Hex92F3CC2801059c504c
Octal222363314500205234120114
Binary1001001011110011110011001010000100001011001110010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92F3CC; }

 p { color: rgb(146,243,204); }

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

<style>
 a { background-color: #92F3CC; }

 a { background-color: rgb(146,243,204); }

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

<style>
 span { border-color: #92F3CC; }

 span { border-color: rgb(146,243,204); }

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