Html Css Color HEX #6BFDCB Aquamarine

📋 copy color: '#6BFDCB'

red 107 ◦ green 253 ◦ blue 203

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

Shades of Aquamarine #6BFDCB

Tints of Aquamarine #6BFDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 19.01%
G = 44.94%
B = 36.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#6BFDCB (or 0x6BFDCB) is known color: Aquamarine. HEX triplet: 6B, FD and CB. RGB value is (107,253,203). Sum of RGB (Red+Green+Blue) = 107+253+203=563 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.01% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDCB is #940234. Grayscale: #CBCBCB. Windows color (decimal): -9699893 or 13368683. OLE color: 13368683.

HSL color Cylindrical-coordinate representation of color #6BFDCB: hue angle of 159.45º 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 #6BFDCB is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 253 203 -
CMYK 0.58 0 0.20 0.01
HSL 159.45º 0.97% 0.71% -
HSV(B) 159.45º 0.58% 0.99% -
XYZ 51.97 77.69 68.76 -
YUV 203.65 127.63 59.07 -
System Red Green Blue C M Y K H S L
Decimal 107 253 203 0.58 0 0.20 0.01 159.45 0.97 0.71
Hex 6B FD CB 3A 0 14 1 9F 61 47
Octal 153 375 313 72 0 24 1 237 141 107
Binary 1101011 11111101 11001011 111010 0 10100 1 10011111 1100001 1000111

Color Harmonies of #6BFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDCB

Black with #6BFDCB

Text Example


Text Example

White with #6BFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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