Html Css Color HEX #6AFBBE Aquamarine

📋 copy color: '#6AFBBE'

red 106 ◦ green 251 ◦ blue 190

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

Shades of Aquamarine #6AFBBE

Tints of Aquamarine #6AFBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 19.38%
G = 45.89%
B = 34.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#6AFBBE (or 0x6AFBBE) is known color: Aquamarine. HEX triplet: 6A, FB and BE. RGB value is (106,251,190). Sum of RGB (Red+Green+Blue) = 106+251+190=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBBE is #950441. Grayscale: #C8C8C8. Windows color (decimal): -9765954 or 12516202. OLE color: 12516202.

HSL color Cylindrical-coordinate representation of color #6AFBBE: hue angle of 154.76º 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 #6AFBBE is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 251 190 -
CMYK 0.58 0 0.24 0.02
HSL 154.76º 0.95% 0.7% -
HSV(B) 154.76º 0.58% 0.98% -
XYZ 49.74 75.78 60.72 -
YUV 200.69 121.96 60.46 -
System Red Green Blue C M Y K H S L
Decimal 106 251 190 0.58 0 0.24 0.02 154.76 0.95 0.7
Hex 6A FB BE 3A 0 18 2 9B 5F 46
Octal 152 373 276 72 0 30 2 233 137 106
Binary 1101010 11111011 10111110 111010 0 11000 10 10011011 1011111 1000110

Color Harmonies of #6AFBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBBE

Black with #6AFBBE

Text Example


Text Example

White with #6AFBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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