Html Css Color HEX #92EFD6 Aquamarine

📋 copy color: '#92EFD6'

red 146 ◦ green 239 ◦ blue 214

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

Shades of Aquamarine #92EFD6

Tints of Aquamarine #92EFD6

RGB

 RED value IS 146 (57.42% from 255) = 24.37%

 GREEN value IS 239 (93.75% from 255) = 39.9%

 BLUE value IS 214 (83.98% from 255) = 35.73%

R = 24.37%
G = 39.9%
B = 35.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#92EFD6 (or 0x92EFD6) is known color: Aquamarine. HEX triplet: 92, EF and D6. RGB value is (146,239,214). Sum of RGB (Red+Green+Blue) = 146+239+214=599 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.37% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EFD6 is #6D1029. Grayscale: #D0D0D0. Windows color (decimal): -7147562 or 14086034. OLE color: 14086034.

HSL color Cylindrical-coordinate representation of color #92EFD6: hue angle of 163.87º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFD6 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 239 214 -
CMYK 0.39 0 0.10 0.06
HSL 163.87º 0.74% 0.75% -
HSV(B) 163.87º 0.39% 0.94% -
XYZ 54.86 72.7 74.76 -
YUV 208.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 146 239 214 0.39 0 0.10 0.06 163.87 0.74 0.75
Hex 92 EF D6 27 0 A 6 A4 4A 4B
Octal 222 357 326 47 0 12 6 244 112 113
Binary 10010010 11101111 11010110 100111 0 1010 110 10100100 1001010 1001011

Color Harmonies of #92EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EFD6

Black with #92EFD6

Text Example


Text Example

White with #92EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,239,214); }

 H1.HeaderClassName
 {
   color: #92EFD6;
 }
 .AnyTagClassName
 {
   color: #92EFD6;
 }
</style>

background-color css

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

 a { background-color: rgb(146,239,214); }

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

border-color css

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

 span { border-color: rgb(146,239,214); }

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