Html Css Color HEX #89F2CC Aquamarine

📋 copy color: '#89F2CC'

red 137 ◦ green 242 ◦ blue 204

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

Shades of Aquamarine #89F2CC

Tints of Aquamarine #89F2CC

RGB

 RED value IS 137 (53.91% from 255) = 23.5%

 GREEN value IS 242 (94.92% from 255) = 41.51%

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 23.5%
G = 41.51%
B = 34.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#89F2CC (or 0x89F2CC) is known color: Aquamarine. HEX triplet: 89, F2 and CC. RGB value is (137,242,204). Sum of RGB (Red+Green+Blue) = 137+242+204=583 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.50% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F2CC is #760D33. Grayscale: #CECECE. Windows color (decimal): -7736628 or 13431433. OLE color: 13431433.

HSL color Cylindrical-coordinate representation of color #89F2CC: hue angle of 158.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F2CC is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 242 204 -
CMYK 0.43 0 0.16 0.05
HSL 158.29º 0.8% 0.74% -
HSV(B) 158.29º 0.43% 0.95% -
XYZ 52.97 73.18 68.46 -
YUV 206.27 126.71 78.59 -
System Red Green Blue C M Y K H S L
Decimal 137 242 204 0.43 0 0.16 0.05 158.29 0.8 0.74
Hex 89 F2 CC 2B 0 10 5 9E 50 4A
Octal 211 362 314 53 0 20 5 236 120 112
Binary 10001001 11110010 11001100 101011 0 10000 101 10011110 1010000 1001010

Color Harmonies of #89F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F2CC

Black with #89F2CC

Text Example


Text Example

White with #89F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89F2CC; }

 p { color: rgb(137,242,204); }

 H1.HeaderClassName
 {
   color: #89F2CC;
 }
 .AnyTagClassName
 {
   color: #89F2CC;
 }
</style>

background-color css

<style>
 a { background-color: #89F2CC; }

 a { background-color: rgb(137,242,204); }

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

border-color css

<style>
 span { border-color: #89F2CC; }

 span { border-color: rgb(137,242,204); }

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