Html Css Color HEX #6BF1D3 Aquamarine

📋 copy color: '#6BF1D3'

red 107 ◦ green 241 ◦ blue 211

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

Shades of Aquamarine #6BF1D3

Tints of Aquamarine #6BF1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.75%

R = 19.14%
G = 43.11%
B = 37.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#6BF1D3 (or 0x6BF1D3) is known color: Aquamarine. HEX triplet: 6B, F1 and D3. RGB value is (107,241,211). Sum of RGB (Red+Green+Blue) = 107+241+211=559 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.14% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF1D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF1D3 is #940E2C. Grayscale: #C5C5C5. Windows color (decimal): -9702957 or 13889899. OLE color: 13889899.

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

Color convert

RGB 107 241 211 -
CMYK 0.56 0 0.12 0.05
HSL 166.57º 0.83% 0.68% -
HSV(B) 166.57º 0.56% 0.95% -
XYZ 49.28 70.74 72.68 -
YUV 197.51 135.61 63.44 -
System Red Green Blue C M Y K H S L
Decimal 107 241 211 0.56 0 0.12 0.05 166.57 0.83 0.68
Hex 6B F1 D3 38 0 C 5 A7 53 44
Octal 153 361 323 70 0 14 5 247 123 104
Binary 1101011 11110001 11010011 111000 0 1100 101 10100111 1010011 1000100

Color Harmonies of #6BF1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF1D3

Black with #6BF1D3

Text Example


Text Example

White with #6BF1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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