Html Css Color HEX #6AFBBC Aquamarine

📋 copy color: '#6AFBBC'

red 106 ◦ green 251 ◦ blue 188

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

Shades of Aquamarine #6AFBBC

Tints of Aquamarine #6AFBBC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.06%

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

R = 19.45%
G = 46.06%
B = 34.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#6AFBBC (or 0x6AFBBC) is known color: Aquamarine. HEX triplet: 6A, FB and BC. RGB value is (106,251,188). Sum of RGB (Red+Green+Blue) = 106+251+188=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBBC is #950443. Grayscale: #C8C8C8. Windows color (decimal): -9765956 or 12385130. OLE color: 12385130.

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

Color convert

RGB 106 251 188 -
CMYK 0.58 0 0.25 0.02
HSL 153.93º 0.95% 0.7% -
HSV(B) 153.93º 0.58% 0.98% -
XYZ 49.52 75.69 59.58 -
YUV 200.46 120.96 60.62 -
System Red Green Blue C M Y K H S L
Decimal 106 251 188 0.58 0 0.25 0.02 153.93 0.95 0.7
Hex 6A FB BC 3A 0 19 2 9A 5F 46
Octal 152 373 274 72 0 31 2 232 137 106
Binary 1101010 11111011 10111100 111010 0 11001 10 10011010 1011111 1000110

Color Harmonies of #6AFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBBC

Black with #6AFBBC

Text Example


Text Example

White with #6AFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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