Html Css Color HEX #8AFCDB Aquamarine

📋 copy color: '#8AFCDB'

red 138 ◦ green 252 ◦ blue 219

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

Shades of Aquamarine #8AFCDB

Tints of Aquamarine #8AFCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.38%

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 22.66%
G = 41.38%
B = 35.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#8AFCDB (or 0x8AFCDB) is known color: Aquamarine. HEX triplet: 8A, FC and DB. RGB value is (138,252,219). Sum of RGB (Red+Green+Blue) = 138+252+219=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCDB is #750324. Grayscale: #D6D6D6. Windows color (decimal): -7668517 or 14417034. OLE color: 14417034.

HSL color Cylindrical-coordinate representation of color #8AFCDB: hue angle of 162.63º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCDB is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 252 219 -
CMYK 0.45 0 0.13 0.01
HSL 162.63º 0.95% 0.76% -
HSV(B) 162.63º 0.45% 0.99% -
XYZ 58.08 80.14 79.43 -
YUV 214.15 130.73 73.68 -
System Red Green Blue C M Y K H S L
Decimal 138 252 219 0.45 0 0.13 0.01 162.63 0.95 0.76
Hex 8A FC DB 2D 0 D 1 A3 5F 4C
Octal 212 374 333 55 0 15 1 243 137 114
Binary 10001010 11111100 11011011 101101 0 1101 1 10100011 1011111 1001100

Color Harmonies of #8AFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFCDB

Black with #8AFCDB

Text Example


Text Example

White with #8AFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,252,219); }

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

background-color css

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

 a { background-color: rgb(138,252,219); }

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

border-color css

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

 span { border-color: rgb(138,252,219); }

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