Html Css Color HEX #8AFBCE Aquamarine

📋 copy color: '#8AFBCE'

red 138 ◦ green 251 ◦ blue 206

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

Shades of Aquamarine #8AFBCE

Tints of Aquamarine #8AFBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.18%

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 23.19%
G = 42.18%
B = 34.62%

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

#8AFBCE (or 0x8AFBCE) is known color: Aquamarine. HEX triplet: 8A, FB and CE. RGB value is (138,251,206). Sum of RGB (Red+Green+Blue) = 138+251+206=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFBCE is #750431. Grayscale: #D4D4D4. Windows color (decimal): -7668786 or 13564810. OLE color: 13564810.

HSL color Cylindrical-coordinate representation of color #8AFBCE: hue angle of 156.11º degrees, saturation: 0.93, 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 #8AFBCE is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 251 206 -
CMYK 0.45 0 0.18 0.02
HSL 156.11º 0.93% 0.76% -
HSV(B) 156.11º 0.45% 0.98% -
XYZ 56.12 78.85 70.66 -
YUV 212.08 124.56 75.16 -
System Red Green Blue C M Y K H S L
Decimal 138 251 206 0.45 0 0.18 0.02 156.11 0.93 0.76
Hex 8A FB CE 2D 0 12 2 9C 5D 4C
Octal 212 373 316 55 0 22 2 234 135 114
Binary 10001010 11111011 11001110 101101 0 10010 10 10011100 1011101 1001100

Color Harmonies of #8AFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFBCE

Black with #8AFBCE

Text Example


Text Example

White with #8AFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,251,206); }

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

background-color css

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

 a { background-color: rgb(138,251,206); }

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

border-color css

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

 span { border-color: rgb(138,251,206); }

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