Html Css Color HEX #6AF3C3 Aquamarine

📋 copy color: '#6AF3C3'

red 106 ◦ green 243 ◦ blue 195

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

Shades of Aquamarine #6AF3C3

Tints of Aquamarine #6AF3C3

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.67%

 BLUE value IS 195 (76.56% from 255) = 35.85%

R = 19.49%
G = 44.67%
B = 35.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#6AF3C3 (or 0x6AF3C3) is known color: Aquamarine. HEX triplet: 6A, F3 and C3. RGB value is (106,243,195). Sum of RGB (Red+Green+Blue) = 106+243+195=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF3C3 is #950C3C. Grayscale: #C4C4C4. Windows color (decimal): -9767997 or 12841834. OLE color: 12841834.

HSL color Cylindrical-coordinate representation of color #6AF3C3: hue angle of 158.98º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF3C3 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 243 195 -
CMYK 0.56 0 0.20 0.05
HSL 158.98º 0.85% 0.68% -
HSV(B) 158.98º 0.56% 0.95% -
XYZ 47.84 71.11 62.83 -
YUV 196.57 127.11 63.4 -
System Red Green Blue C M Y K H S L
Decimal 106 243 195 0.56 0 0.20 0.05 158.98 0.85 0.68
Hex 6A F3 C3 38 0 14 5 9F 55 44
Octal 152 363 303 70 0 24 5 237 125 104
Binary 1101010 11110011 11000011 111000 0 10100 101 10011111 1010101 1000100

Color Harmonies of #6AF3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF3C3

Black with #6AF3C3

Text Example


Text Example

White with #6AF3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,243,195); }

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

background-color css

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

 a { background-color: rgb(106,243,195); }

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

border-color css

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

 span { border-color: rgb(106,243,195); }

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