Html Css Color HEX #6BFBDB Aquamarine

📋 copy color: '#6BFBDB'

red 107 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #6BFBDB

Tints of Aquamarine #6BFBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.5%

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 18.54%
G = 43.5%
B = 37.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#6BFBDB (or 0x6BFBDB) is known color: Aquamarine. HEX triplet: 6B, FB and DB. RGB value is (107,251,219). Sum of RGB (Red+Green+Blue) = 107+251+219=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFBDB is #940424. Grayscale: #CCCCCC. Windows color (decimal): -9700389 or 14416747. OLE color: 14416747.

HSL color Cylindrical-coordinate representation of color #6BFBDB: hue angle of 166.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFBDB is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 251 219 -
CMYK 0.57 0 0.13 0.02
HSL 166.67º 0.95% 0.7% -
HSV(B) 166.67º 0.57% 0.98% -
XYZ 53.35 77.23 79.11 -
YUV 204.3 136.29 58.6 -
System Red Green Blue C M Y K H S L
Decimal 107 251 219 0.57 0 0.13 0.02 166.67 0.95 0.7
Hex 6B FB DB 39 0 D 2 A7 5F 46
Octal 153 373 333 71 0 15 2 247 137 106
Binary 1101011 11111011 11011011 111001 0 1101 10 10100111 1011111 1000110

Color Harmonies of #6BFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFBDB

Black with #6BFBDB

Text Example


Text Example

White with #6BFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,251,219); }

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

background-color css

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

 a { background-color: rgb(107,251,219); }

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

border-color css

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

 span { border-color: rgb(107,251,219); }

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