Html Css Color HEX #6AFCBC Aquamarine

📋 copy color: '#6AFCBC'

red 106 ◦ green 252 ◦ blue 188

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

Shades of Aquamarine #6AFCBC

Tints of Aquamarine #6AFCBC

RGB

 RED value IS 106 (41.8% from 255) = 19.41%

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

 BLUE value IS 188 (73.83% from 255) = 34.43%

R = 19.41%
G = 46.15%
B = 34.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#6AFCBC (or 0x6AFCBC) is known color: Aquamarine. HEX triplet: 6A, FC and BC. RGB value is (106,252,188). Sum of RGB (Red+Green+Blue) = 106+252+188=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCBC is #950343. Grayscale: #C9C9C9. Windows color (decimal): -9765700 or 12385386. OLE color: 12385386.

HSL color Cylindrical-coordinate representation of color #6AFCBC: hue angle of 153.7º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFCBC is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 252 188 -
CMYK 0.58 0 0.25 0.01
HSL 153.7º 0.96% 0.7% -
HSV(B) 153.7º 0.58% 0.99% -
XYZ 49.83 76.32 59.68 -
YUV 201.05 120.63 60.2 -
System Red Green Blue C M Y K H S L
Decimal 106 252 188 0.58 0 0.25 0.01 153.7 0.96 0.7
Hex 6A FC BC 3A 0 19 1 9A 60 46
Octal 152 374 274 72 0 31 1 232 140 106
Binary 1101010 11111100 10111100 111010 0 11001 1 10011010 1100000 1000110

Color Harmonies of #6AFCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFCBC

Black with #6AFCBC

Text Example


Text Example

White with #6AFCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AFCBC; }

 p { color: rgb(106,252,188); }

 H1.HeaderClassName
 {
   color: #6AFCBC;
 }
 .AnyTagClassName
 {
   color: #6AFCBC;
 }
</style>

background-color css

<style>
 a { background-color: #6AFCBC; }

 a { background-color: rgb(106,252,188); }

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

border-color css

<style>
 span { border-color: #6AFCBC; }

 span { border-color: rgb(106,252,188); }

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