Html Css Color HEX #8BEECB Aquamarine

📋 copy color: '#8BEECB'

red 139 ◦ green 238 ◦ blue 203

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

Shades of Aquamarine #8BEECB

Tints of Aquamarine #8BEECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.03%

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

R = 23.97%
G = 41.03%
B = 35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#8BEECB (or 0x8BEECB) is known color: Aquamarine. HEX triplet: 8B, EE and CB. RGB value is (139,238,203). Sum of RGB (Red+Green+Blue) = 139+238+203=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEECB is #741134. Grayscale: #CCCCCC. Windows color (decimal): -7606581 or 13364875. OLE color: 13364875.

HSL color Cylindrical-coordinate representation of color #8BEECB: hue angle of 158.79º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEECB is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 238 203 -
CMYK 0.42 0 0.15 0.07
HSL 158.79º 0.74% 0.74% -
HSV(B) 158.79º 0.42% 0.93% -
XYZ 52 70.95 67.45 -
YUV 204.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 139 238 203 0.42 0 0.15 0.07 158.79 0.74 0.74
Hex 8B EE CB 2A 0 F 7 9F 4A 4A
Octal 213 356 313 52 0 17 7 237 112 112
Binary 10001011 11101110 11001011 101010 0 1111 111 10011111 1001010 1001010

Color Harmonies of #8BEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEECB

Black with #8BEECB

Text Example


Text Example

White with #8BEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,238,203); }

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

background-color css

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

 a { background-color: rgb(139,238,203); }

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

border-color css

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

 span { border-color: rgb(139,238,203); }

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