Html Css Color HEX #97FAE3 Aquamarine

📋 copy color: '#97FAE3'

red 151 ◦ green 250 ◦ blue 227

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

Shades of Aquamarine #97FAE3

Tints of Aquamarine #97FAE3

RGB

 RED value IS 151 (59.38% from 255) = 24.04%

 GREEN value IS 250 (98.05% from 255) = 39.81%

 BLUE value IS 227 (89.06% from 255) = 36.15%

R = 24.04%
G = 39.81%
B = 36.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#97FAE3 (or 0x97FAE3) is known color: Aquamarine. HEX triplet: 97, FA and E3. RGB value is (151,250,227). Sum of RGB (Red+Green+Blue) = 151+250+227=628 (83% of max value = 765). Red value is 151 (59.38% from 255 or 24.04% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FAE3 is #68051C. Grayscale: #D9D9D9. Windows color (decimal): -6817053 or 14940823. OLE color: 14940823.

HSL color Cylindrical-coordinate representation of color #97FAE3: hue angle of 166.06º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FAE3 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 250 227 -
CMYK 0.40 0 0.09 0.02
HSL 166.06º 0.91% 0.79% -
HSV(B) 166.06º 0.4% 0.98% -
XYZ 60.81 80.5 85.01 -
YUV 217.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 151 250 227 0.40 0 0.09 0.02 166.06 0.91 0.79
Hex 97 FA E3 28 0 9 2 A6 5B 4F
Octal 227 372 343 50 0 11 2 246 133 117
Binary 10010111 11111010 11100011 101000 0 1001 10 10100110 1011011 1001111

Color Harmonies of #97FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FAE3

Black with #97FAE3

Text Example


Text Example

White with #97FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97FAE3; }

 p { color: rgb(151,250,227); }

 H1.HeaderClassName
 {
   color: #97FAE3;
 }
 .AnyTagClassName
 {
   color: #97FAE3;
 }
</style>

background-color css

<style>
 a { background-color: #97FAE3; }

 a { background-color: rgb(151,250,227); }

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

border-color css

<style>
 span { border-color: #97FAE3; }

 span { border-color: rgb(151,250,227); }

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