Html Css Color HEX #6BF1C0 Aquamarine

📋 copy color: '#6BF1C0'

red 107 ◦ green 241 ◦ blue 192

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

Shades of Aquamarine #6BF1C0

Tints of Aquamarine #6BF1C0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.63%

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 19.81%
G = 44.63%
B = 35.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#6BF1C0 (or 0x6BF1C0) is known color: Aquamarine. HEX triplet: 6B, F1 and C0. RGB value is (107,241,192). Sum of RGB (Red+Green+Blue) = 107+241+192=540 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.81% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF1C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF1C0 is #940E3F. Grayscale: #C3C3C3. Windows color (decimal): -9702976 or 12644715. OLE color: 12644715.

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

Color convert

RGB 107 241 192 -
CMYK 0.56 0 0.20 0.05
HSL 158.06º 0.83% 0.68% -
HSV(B) 158.06º 0.56% 0.95% -
XYZ 47.03 69.84 60.87 -
YUV 195.35 126.11 64.98 -
System Red Green Blue C M Y K H S L
Decimal 107 241 192 0.56 0 0.20 0.05 158.06 0.83 0.68
Hex 6B F1 C0 38 0 14 5 9E 53 44
Octal 153 361 300 70 0 24 5 236 123 104
Binary 1101011 11110001 11000000 111000 0 10100 101 10011110 1010011 1000100

Color Harmonies of #6BF1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF1C0

Black with #6BF1C0

Text Example


Text Example

White with #6BF1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,241,192); }

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

background-color css

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

 a { background-color: rgb(107,241,192); }

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

border-color css

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

 span { border-color: rgb(107,241,192); }

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