Html Css Color HEX #8BEFCC Aquamarine

📋 copy color: '#8BEFCC'

red 139 ◦ green 239 ◦ blue 204

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

Shades of Aquamarine #8BEFCC

Tints of Aquamarine #8BEFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.05%

R = 23.88%
G = 41.07%
B = 35.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#8BEFCC (or 0x8BEFCC) is known color: Aquamarine. HEX triplet: 8B, EF and CC. RGB value is (139,239,204). Sum of RGB (Red+Green+Blue) = 139+239+204=582 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.88% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEFCC is #741033. Grayscale: #CDCDCD. Windows color (decimal): -7606324 or 13430667. OLE color: 13430667.

HSL color Cylindrical-coordinate representation of color #8BEFCC: hue angle of 159º 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 #8BEFCC is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 239 204 -
CMYK 0.42 0 0.15 0.06
HSL 159º 0.76% 0.74% -
HSV(B) 159º 0.42% 0.94% -
XYZ 52.41 71.58 68.18 -
YUV 205.11 127.37 80.85 -
System Red Green Blue C M Y K H S L
Decimal 139 239 204 0.42 0 0.15 0.06 159 0.76 0.74
Hex 8B EF CC 2A 0 F 6 9F 4C 4A
Octal 213 357 314 52 0 17 6 237 114 112
Binary 10001011 11101111 11001100 101010 0 1111 110 10011111 1001100 1001010

Color Harmonies of #8BEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEFCC

Black with #8BEFCC

Text Example


Text Example

White with #8BEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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