Html Css Color HEX #97FAE4 Aquamarine

📋 copy color: '#97FAE4'

red 151 ◦ green 250 ◦ blue 228

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

Shades of Aquamarine #97FAE4

Tints of Aquamarine #97FAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.25%

R = 24.01%
G = 39.75%
B = 36.25%

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

#97FAE4 (or 0x97FAE4) is known color: Aquamarine. HEX triplet: 97, FA and E4. RGB value is (151,250,228). Sum of RGB (Red+Green+Blue) = 151+250+228=629 (83% of max value = 765). Red value is 151 (59.38% from 255 or 24.01% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FAE4 is #68051B. Grayscale: #D9D9D9. Windows color (decimal): -6817052 or 15006359. OLE color: 15006359.

HSL color Cylindrical-coordinate representation of color #97FAE4: hue angle of 166.67º 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 #97FAE4 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 250 228 -
CMYK 0.40 0 0.09 0.02
HSL 166.67º 0.91% 0.79% -
HSV(B) 166.67º 0.4% 0.98% -
XYZ 60.95 80.55 85.73 -
YUV 217.89 133.7 80.29 -
System Red Green Blue C M Y K H S L
Decimal 151 250 228 0.40 0 0.09 0.02 166.67 0.91 0.79
Hex 97 FA E4 28 0 9 2 A7 5B 4F
Octal 227 372 344 50 0 11 2 247 133 117
Binary 10010111 11111010 11100100 101000 0 1001 10 10100111 1011011 1001111

Color Harmonies of #97FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FAE4

Black with #97FAE4

Text Example


Text Example

White with #97FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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