Html Css Color HEX #6BF2DD Aquamarine

📋 copy color: '#6BF2DD'

red 107 ◦ green 242 ◦ blue 221

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

Shades of Aquamarine #6BF2DD

Tints of Aquamarine #6BF2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.46%

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 18.77%
G = 42.46%
B = 38.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#6BF2DD (or 0x6BF2DD) is known color: Aquamarine. HEX triplet: 6B, F2 and DD. RGB value is (107,242,221). Sum of RGB (Red+Green+Blue) = 107+242+221=570 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.77% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2DD is #940D22. Grayscale: #C7C7C7. Windows color (decimal): -9702691 or 14545515. OLE color: 14545515.

HSL color Cylindrical-coordinate representation of color #6BF2DD: hue angle of 170.67º degrees, saturation: 0.84, 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 #6BF2DD is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 242 221 -
CMYK 0.56 0 0.09 0.05
HSL 170.67º 0.84% 0.68% -
HSV(B) 170.67º 0.56% 0.95% -
XYZ 50.87 71.85 79.59 -
YUV 199.24 140.27 62.21 -
System Red Green Blue C M Y K H S L
Decimal 107 242 221 0.56 0 0.09 0.05 170.67 0.84 0.68
Hex 6B F2 DD 38 0 9 5 AB 54 44
Octal 153 362 335 70 0 11 5 253 124 104
Binary 1101011 11110010 11011101 111000 0 1001 101 10101011 1010100 1000100

Color Harmonies of #6BF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF2DD

Black with #6BF2DD

Text Example


Text Example

White with #6BF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,242,221); }

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

background-color css

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

 a { background-color: rgb(107,242,221); }

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

border-color css

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

 span { border-color: rgb(107,242,221); }

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