Html Css Color HEX #6CEDCF Aquamarine

📋 copy color: '#6CEDCF'

red 108 ◦ green 237 ◦ blue 207

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

Shades of Aquamarine #6CEDCF

Tints of Aquamarine #6CEDCF

RGB

 RED value IS 108 (42.58% from 255) = 19.57%

 GREEN value IS 237 (92.97% from 255) = 42.93%

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

R = 19.57%
G = 42.93%
B = 37.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#6CEDCF (or 0x6CEDCF) is known color: Aquamarine. HEX triplet: 6C, ED and CF. RGB value is (108,237,207). Sum of RGB (Red+Green+Blue) = 108+237+207=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDCF is #931230. Grayscale: #C3C3C3. Windows color (decimal): -9638449 or 13626732. OLE color: 13626732.

HSL color Cylindrical-coordinate representation of color #6CEDCF: hue angle of 166.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEDCF is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 237 207 -
CMYK 0.54 0 0.13 0.07
HSL 166.05º 0.78% 0.68% -
HSV(B) 166.05º 0.54% 0.93% -
XYZ 47.73 68.26 69.69 -
YUV 195.01 134.76 65.94 -
System Red Green Blue C M Y K H S L
Decimal 108 237 207 0.54 0 0.13 0.07 166.05 0.78 0.68
Hex 6C ED CF 36 0 D 7 A6 4E 44
Octal 154 355 317 66 0 15 7 246 116 104
Binary 1101100 11101101 11001111 110110 0 1101 111 10100110 1001110 1000100

Color Harmonies of #6CEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEDCF

Black with #6CEDCF

Text Example


Text Example

White with #6CEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,237,207); }

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

background-color css

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

 a { background-color: rgb(108,237,207); }

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

border-color css

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

 span { border-color: rgb(108,237,207); }

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