Html Css Color HEX #6BF4CF Aquamarine

📋 copy color: '#6BF4CF'

red 107 ◦ green 244 ◦ blue 207

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

Shades of Aquamarine #6BF4CF

Tints of Aquamarine #6BF4CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.1%

R = 19.18%
G = 43.73%
B = 37.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#6BF4CF (or 0x6BF4CF) is known color: Aquamarine. HEX triplet: 6B, F4 and CF. RGB value is (107,244,207). Sum of RGB (Red+Green+Blue) = 107+244+207=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #6BF4CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF4CF is #940B30. Grayscale: #C6C6C6. Windows color (decimal): -9702193 or 13628523. OLE color: 13628523.

HSL color Cylindrical-coordinate representation of color #6BF4CF: hue angle of 163.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 #6BF4CF is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 107 244 207 -
CMYK 0.56 0 0.15 0.04
HSL 163.8º 0.86% 0.69% -
HSV(B) 163.8º 0.56% 0.96% -
XYZ 49.68 72.33 70.37 -
YUV 198.82 132.61 62.51 -
System Red Green Blue C M Y K H S L
Decimal 107 244 207 0.56 0 0.15 0.04 163.8 0.86 0.69
Hex 6B F4 CF 38 0 F 4 A4 56 45
Octal 153 364 317 70 0 17 4 244 126 105
Binary 1101011 11110100 11001111 111000 0 1111 100 10100100 1010110 1000101

Color Harmonies of #6BF4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF4CF

Black with #6BF4CF

Text Example


Text Example

White with #6BF4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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