Html Css Color HEX #8AF9CB Aquamarine

📋 copy color: '#8AF9CB'

red 138 ◦ green 249 ◦ blue 203

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

Shades of Aquamarine #8AF9CB

Tints of Aquamarine #8AF9CB

RGB

 RED value IS 138 (54.3% from 255) = 23.39%

 GREEN value IS 249 (97.66% from 255) = 42.2%

 BLUE value IS 203 (79.69% from 255) = 34.41%

R = 23.39%
G = 42.2%
B = 34.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#8AF9CB (or 0x8AF9CB) is known color: Aquamarine. HEX triplet: 8A, F9 and CB. RGB value is (138,249,203). Sum of RGB (Red+Green+Blue) = 138+249+203=590 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.39% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF9CB is #750634. Grayscale: #D2D2D2. Windows color (decimal): -7669301 or 13367690. OLE color: 13367690.

HSL color Cylindrical-coordinate representation of color #8AF9CB: hue angle of 155.14º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF9CB is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 249 203 -
CMYK 0.45 0 0.18 0.02
HSL 155.14º 0.9% 0.76% -
HSV(B) 155.14º 0.45% 0.98% -
XYZ 55.14 77.47 68.55 -
YUV 210.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 138 249 203 0.45 0 0.18 0.02 155.14 0.9 0.76
Hex 8A F9 CB 2D 0 12 2 9B 5A 4C
Octal 212 371 313 55 0 22 2 233 132 114
Binary 10001010 11111001 11001011 101101 0 10010 10 10011011 1011010 1001100

Color Harmonies of #8AF9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF9CB

Black with #8AF9CB

Text Example


Text Example

White with #8AF9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AF9CB; }

 p { color: rgb(138,249,203); }

 H1.HeaderClassName
 {
   color: #8AF9CB;
 }
 .AnyTagClassName
 {
   color: #8AF9CB;
 }
</style>

background-color css

<style>
 a { background-color: #8AF9CB; }

 a { background-color: rgb(138,249,203); }

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

border-color css

<style>
 span { border-color: #8AF9CB; }

 span { border-color: rgb(138,249,203); }

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