Html Css Color HEX #8BF5CC Aquamarine

📋 copy color: '#8BF5CC'

red 139 ◦ green 245 ◦ blue 204

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

Shades of Aquamarine #8BF5CC

Tints of Aquamarine #8BF5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.67%

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

R = 23.64%
G = 41.67%
B = 34.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#8BF5CC (or 0x8BF5CC) is known color: Aquamarine. HEX triplet: 8B, F5 and CC. RGB value is (139,245,204). Sum of RGB (Red+Green+Blue) = 139+245+204=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #8BF5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF5CC is #740A33. Grayscale: #D0D0D0. Windows color (decimal): -7604788 or 13432203. OLE color: 13432203.

HSL color Cylindrical-coordinate representation of color #8BF5CC: hue angle of 156.79º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF5CC is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 139 245 204 -
CMYK 0.43 0 0.17 0.04
HSL 156.79º 0.84% 0.75% -
HSV(B) 156.79º 0.43% 0.96% -
XYZ 54.2 75.15 68.78 -
YUV 208.63 125.38 78.33 -
System Red Green Blue C M Y K H S L
Decimal 139 245 204 0.43 0 0.17 0.04 156.79 0.84 0.75
Hex 8B F5 CC 2B 0 11 4 9D 54 4B
Octal 213 365 314 53 0 21 4 235 124 113
Binary 10001011 11110101 11001100 101011 0 10001 100 10011101 1010100 1001011

Color Harmonies of #8BF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BF5CC

Black with #8BF5CC

Text Example


Text Example

White with #8BF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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