Html Css Color HEX #6AFCCB Aquamarine

📋 copy color: '#6AFCCB'

red 106 ◦ green 252 ◦ blue 203

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

Shades of Aquamarine #6AFCCB

Tints of Aquamarine #6AFCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.19%

R = 18.89%
G = 44.92%
B = 36.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#6AFCCB (or 0x6AFCCB) is known color: Aquamarine. HEX triplet: 6A, FC and CB. RGB value is (106,252,203). Sum of RGB (Red+Green+Blue) = 106+252+203=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCCB is #950334. Grayscale: #CACACA. Windows color (decimal): -9765685 or 13368426. OLE color: 13368426.

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

Color convert

RGB 106 252 203 -
CMYK 0.58 0 0.19 0.01
HSL 159.86º 0.96% 0.7% -
HSV(B) 159.86º 0.58% 0.99% -
XYZ 51.53 77 68.65 -
YUV 202.76 128.13 58.98 -
System Red Green Blue C M Y K H S L
Decimal 106 252 203 0.58 0 0.19 0.01 159.86 0.96 0.7
Hex 6A FC CB 3A 0 13 1 A0 60 46
Octal 152 374 313 72 0 23 1 240 140 106
Binary 1101010 11111100 11001011 111010 0 10011 1 10100000 1100000 1000110

Color Harmonies of #6AFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFCCB

Black with #6AFCCB

Text Example


Text Example

White with #6AFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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