Html Css Color HEX #6BEDCF Aquamarine

📋 copy color: '#6BEDCF'

red 107 ◦ green 237 ◦ blue 207

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

Shades of Aquamarine #6BEDCF

Tints of Aquamarine #6BEDCF

RGB

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

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

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

R = 19.42%
G = 43.01%
B = 37.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#6BEDCF (or 0x6BEDCF) is known color: Aquamarine. HEX triplet: 6B, ED and CF. RGB value is (107,237,207). Sum of RGB (Red+Green+Blue) = 107+237+207=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDCF is #941230. Grayscale: #C2C2C2. Windows color (decimal): -9703985 or 13626731. OLE color: 13626731.

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

Color convert

RGB 107 237 207 -
CMYK 0.55 0 0.13 0.07
HSL 166.15º 0.78% 0.67% -
HSV(B) 166.15º 0.55% 0.93% -
XYZ 47.61 68.2 69.69 -
YUV 194.71 134.93 65.44 -
System Red Green Blue C M Y K H S L
Decimal 107 237 207 0.55 0 0.13 0.07 166.15 0.78 0.67
Hex 6B ED CF 37 0 D 7 A6 4E 43
Octal 153 355 317 67 0 15 7 246 116 103
Binary 1101011 11101101 11001111 110111 0 1101 111 10100110 1001110 1000011

Color Harmonies of #6BEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDCF

Black with #6BEDCF

Text Example


Text Example

White with #6BEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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