Html Css Color HEX #6AFCCF Aquamarine

📋 copy color: '#6AFCCF'

red 106 ◦ green 252 ◦ blue 207

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

Shades of Aquamarine #6AFCCF

Tints of Aquamarine #6AFCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 18.76%
G = 44.6%
B = 36.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#6AFCCF (or 0x6AFCCF) is known color: Aquamarine. HEX triplet: 6A, FC and CF. RGB value is (106,252,207). Sum of RGB (Red+Green+Blue) = 106+252+207=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCCF is #950330. Grayscale: #CBCBCB. Windows color (decimal): -9765681 or 13630570. OLE color: 13630570.

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

Color convert

RGB 106 252 207 -
CMYK 0.58 0 0.18 0.01
HSL 161.51º 0.96% 0.7% -
HSV(B) 161.51º 0.58% 0.99% -
XYZ 52.02 77.19 71.19 -
YUV 203.22 130.13 58.66 -
System Red Green Blue C M Y K H S L
Decimal 106 252 207 0.58 0 0.18 0.01 161.51 0.96 0.7
Hex 6A FC CF 3A 0 12 1 A2 60 46
Octal 152 374 317 72 0 22 1 242 140 106
Binary 1101010 11111100 11001111 111010 0 10010 1 10100010 1100000 1000110

Color Harmonies of #6AFCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFCCF

Black with #6AFCCF

Text Example


Text Example

White with #6AFCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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