Html Css Color HEX #6BF4DF Aquamarine

📋 copy color: '#6BF4DF'

red 107 ◦ green 244 ◦ blue 223

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

Shades of Aquamarine #6BF4DF

Tints of Aquamarine #6BF4DF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.51%

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 18.64%
G = 42.51%
B = 38.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#6BF4DF (or 0x6BF4DF) is known color: Aquamarine. HEX triplet: 6B, F4 and DF. RGB value is (107,244,223). Sum of RGB (Red+Green+Blue) = 107+244+223=574 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.64% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #6BF4DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF4DF is #940B20. Grayscale: #C8C8C8. Windows color (decimal): -9702177 or 14677099. OLE color: 14677099.

HSL color Cylindrical-coordinate representation of color #6BF4DF: hue angle of 170.8º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF4DF is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 107 244 223 -
CMYK 0.56 0 0.09 0.04
HSL 170.8º 0.86% 0.69% -
HSV(B) 170.8º 0.56% 0.96% -
XYZ 51.73 73.15 81.21 -
YUV 200.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 107 244 223 0.56 0 0.09 0.04 170.8 0.86 0.69
Hex 6B F4 DF 38 0 9 4 AB 56 45
Octal 153 364 337 70 0 11 4 253 126 105
Binary 1101011 11110100 11011111 111000 0 1001 100 10101011 1010110 1000101

Color Harmonies of #6BF4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF4DF

Black with #6BF4DF

Text Example


Text Example

White with #6BF4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,244,223); }

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

background-color css

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

 a { background-color: rgb(107,244,223); }

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

border-color css

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

 span { border-color: rgb(107,244,223); }

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