Html Css Color HEX #8BEFD3 Aquamarine

📋 copy color: '#8BEFD3'

red 139 ◦ green 239 ◦ blue 211

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

Shades of Aquamarine #8BEFD3

Tints of Aquamarine #8BEFD3

RGB

 RED value IS 139 (54.69% from 255) = 23.6%

 GREEN value IS 239 (93.75% from 255) = 40.58%

 BLUE value IS 211 (82.81% from 255) = 35.82%

R = 23.6%
G = 40.58%
B = 35.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#8BEFD3 (or 0x8BEFD3) is known color: Aquamarine. HEX triplet: 8B, EF and D3. RGB value is (139,239,211). Sum of RGB (Red+Green+Blue) = 139+239+211=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFD3 is #74102C. Grayscale: #CDCDCD. Windows color (decimal): -7606317 or 13889419. OLE color: 13889419.

HSL color Cylindrical-coordinate representation of color #8BEFD3: hue angle of 163.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFD3 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 239 211 -
CMYK 0.42 0 0.12 0.06
HSL 163.2º 0.76% 0.74% -
HSV(B) 163.2º 0.42% 0.94% -
XYZ 53.27 71.93 72.7 -
YUV 205.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 139 239 211 0.42 0 0.12 0.06 163.2 0.76 0.74
Hex 8B EF D3 2A 0 C 6 A3 4C 4A
Octal 213 357 323 52 0 14 6 243 114 112
Binary 10001011 11101111 11010011 101010 0 1100 110 10100011 1001100 1001010

Color Harmonies of #8BEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFD3

Black with #8BEFD3

Text Example


Text Example

White with #8BEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,239,211); }

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

background-color css

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

 a { background-color: rgb(139,239,211); }

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

border-color css

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

 span { border-color: rgb(139,239,211); }

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