Html Css Color HEX #6BEDD0 Aquamarine

📋 copy color: '#6BEDD0'

red 107 ◦ green 237 ◦ blue 208

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

Shades of Aquamarine #6BEDD0

Tints of Aquamarine #6BEDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 19.38%
G = 42.93%
B = 37.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#6BEDD0 (or 0x6BEDD0) is known color: Aquamarine. HEX triplet: 6B, ED and D0. RGB value is (107,237,208). Sum of RGB (Red+Green+Blue) = 107+237+208=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEDD0 is #94122F. Grayscale: #C2C2C2. Windows color (decimal): -9703984 or 13692267. OLE color: 13692267.

HSL color Cylindrical-coordinate representation of color #6BEDD0: hue angle of 166.62º 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 #6BEDD0 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 237 208 -
CMYK 0.55 0 0.12 0.07
HSL 166.62º 0.78% 0.67% -
HSV(B) 166.62º 0.55% 0.93% -
XYZ 47.73 68.25 70.33 -
YUV 194.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 107 237 208 0.55 0 0.12 0.07 166.62 0.78 0.67
Hex 6B ED D0 37 0 C 7 A7 4E 43
Octal 153 355 320 67 0 14 7 247 116 103
Binary 1101011 11101101 11010000 110111 0 1100 111 10100111 1001110 1000011

Color Harmonies of #6BEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEDD0

Black with #6BEDD0

Text Example


Text Example

White with #6BEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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