Html Css Color HEX #6BF3CB Aquamarine

📋 copy color: '#6BF3CB'

red 107 ◦ green 243 ◦ blue 203

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

Shades of Aquamarine #6BF3CB

Tints of Aquamarine #6BF3CB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.94%

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

R = 19.35%
G = 43.94%
B = 36.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#6BF3CB (or 0x6BF3CB) is known color: Aquamarine. HEX triplet: 6B, F3 and CB. RGB value is (107,243,203). Sum of RGB (Red+Green+Blue) = 107+243+203=553 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.35% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #6BF3CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF3CB is #940C34. Grayscale: #C5C5C5. Windows color (decimal): -9702453 or 13366123. OLE color: 13366123.

HSL color Cylindrical-coordinate representation of color #6BF3CB: hue angle of 162.35º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF3CB is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 243 203 -
CMYK 0.56 0 0.16 0.05
HSL 162.35º 0.85% 0.69% -
HSV(B) 162.35º 0.56% 0.95% -
XYZ 48.89 71.54 67.73 -
YUV 197.78 130.94 63.25 -
System Red Green Blue C M Y K H S L
Decimal 107 243 203 0.56 0 0.16 0.05 162.35 0.85 0.69
Hex 6B F3 CB 38 0 10 5 A2 55 45
Octal 153 363 313 70 0 20 5 242 125 105
Binary 1101011 11110011 11001011 111000 0 10000 101 10100010 1010101 1000101

Color Harmonies of #6BF3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF3CB

Black with #6BF3CB

Text Example


Text Example

White with #6BF3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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