Html Css Color HEX #6AFBE3 Aquamarine

📋 copy color: '#6AFBE3'

red 106 ◦ green 251 ◦ blue 227

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

Shades of Aquamarine #6AFBE3

Tints of Aquamarine #6AFBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.87%

R = 18.15%
G = 42.98%
B = 38.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#6AFBE3 (or 0x6AFBE3) is known color: Aquamarine. HEX triplet: 6A, FB and E3. RGB value is (106,251,227). Sum of RGB (Red+Green+Blue) = 106+251+227=584 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.15% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBE3 is #95041C. Grayscale: #CCCCCC. Windows color (decimal): -9765917 or 14941034. OLE color: 14941034.

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

Color convert

RGB 106 251 227 -
CMYK 0.58 0 0.10 0.02
HSL 170.07º 0.95% 0.7% -
HSV(B) 170.07º 0.58% 0.98% -
XYZ 54.31 77.6 84.79 -
YUV 204.91 140.46 57.45 -
System Red Green Blue C M Y K H S L
Decimal 106 251 227 0.58 0 0.10 0.02 170.07 0.95 0.7
Hex 6A FB E3 3A 0 A 2 AA 5F 46
Octal 152 373 343 72 0 12 2 252 137 106
Binary 1101010 11111011 11100011 111010 0 1010 10 10101010 1011111 1000110

Color Harmonies of #6AFBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBE3

Black with #6AFBE3

Text Example


Text Example

White with #6AFBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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