Html Css Color HEX #6BFDCD Aquamarine

📋 copy color: '#6BFDCD'

red 107 ◦ green 253 ◦ blue 205

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

Shades of Aquamarine #6BFDCD

Tints of Aquamarine #6BFDCD

RGB

 RED value IS 107 (42.19% from 255) = 18.94%

 GREEN value IS 253 (99.22% from 255) = 44.78%

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 18.94%
G = 44.78%
B = 36.28%

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

#6BFDCD (or 0x6BFDCD) is known color: Aquamarine. HEX triplet: 6B, FD and CD. RGB value is (107,253,205). Sum of RGB (Red+Green+Blue) = 107+253+205=565 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.94% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDCD is #940232. Grayscale: #CBCBCB. Windows color (decimal): -9699891 or 13499755. OLE color: 13499755.

HSL color Cylindrical-coordinate representation of color #6BFDCD: hue angle of 160.27º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDCD is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 253 205 -
CMYK 0.58 0 0.19 0.01
HSL 160.27º 0.97% 0.71% -
HSV(B) 160.27º 0.58% 0.99% -
XYZ 52.21 77.78 70.02 -
YUV 203.87 128.63 58.9 -
System Red Green Blue C M Y K H S L
Decimal 107 253 205 0.58 0 0.19 0.01 160.27 0.97 0.71
Hex 6B FD CD 3A 0 13 1 A0 61 47
Octal 153 375 315 72 0 23 1 240 141 107
Binary 1101011 11111101 11001101 111010 0 10011 1 10100000 1100001 1000111

Color Harmonies of #6BFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDCD

Black with #6BFDCD

Text Example


Text Example

White with #6BFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,253,205); }

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

background-color css

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

 a { background-color: rgb(107,253,205); }

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

border-color css

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

 span { border-color: rgb(107,253,205); }

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